@jellyfin/sdk
    Preparing search index...

    Interface LibraryStorageDto

    Contains informations about a libraries storage informations.

    LibraryStorageDto

    interface LibraryStorageDto {
        Folders?: FolderStorageDto[];
        Id?: string;
        Name?: string;
    }
    Index

    Properties

    Properties

    Folders?: FolderStorageDto[]

    Gets or sets the storage informations about the folders used in a library.

    LibraryStorageDto

    Id?: string

    Gets or sets the Library Id.

    LibraryStorageDto

    Name?: string

    Gets or sets the name of the library.

    LibraryStorageDto