@jellyfin/sdk
    Preparing search index...

    Interface LyricApiUploadLyricsRequest

    Request parameters for uploadLyrics operation in LyricApi.

    interface LyricApiUploadLyricsRequest {
        body?: File;
        fileName: string;
        itemId: string;
    }
    Index
    body?: File
    fileName: string

    Name of the file being uploaded.

    itemId: string

    The item the lyric belongs to.