@jellyfin/sdk
    Preparing search index...

    Interface MediaPathDto

    Media Path dto.

    MediaPathDto

    interface MediaPathDto {
        Name: string;
        Path?: null | string;
        PathInfo?: MediaPathInfo;
    }
    Index

    Properties

    Properties

    Name: string

    Gets or sets the name of the library.

    MediaPathDto

    Path?: null | string

    Gets or sets the path to add.

    MediaPathDto

    PathInfo?: MediaPathInfo

    MediaPathDto