@jellyfin/sdk
    Preparing search index...

    Interface UpdateLibraryOptionsDto

    Update library options dto.

    UpdateLibraryOptionsDto

    interface UpdateLibraryOptionsDto {
        Id?: string;
        LibraryOptions?: LibraryOptions;
    }
    Index

    Properties

    Properties

    Id?: string

    Gets or sets the library item id.

    UpdateLibraryOptionsDto

    LibraryOptions?: LibraryOptions

    UpdateLibraryOptionsDto