@jellyfin/sdk
    Preparing search index...

    Interface LibraryApiGetDownloadRequest

    Request parameters for getDownload operation in LibraryApi.

    LibraryApiGetDownloadRequest

    interface LibraryApiGetDownloadRequest {
        itemId: string;
    }
    Index

    Properties

    Properties

    itemId: string

    The item id.

    LibraryApiGetDownload