@jellyfin/sdk
    Preparing search index...

    Interface LyricsApiDownloadRemoteLyricsRequest

    Request parameters for downloadRemoteLyrics operation in LyricsApi.

    LyricsApiDownloadRemoteLyricsRequest

    interface LyricsApiDownloadRemoteLyricsRequest {
        itemId: string;
        lyricId: string;
    }
    Index

    Properties

    Properties

    itemId: string

    The item id.

    LyricsApiDownloadRemoteLyrics

    lyricId: string

    The lyric id.

    LyricsApiDownloadRemoteLyrics