@jellyfin/sdk
    Preparing search index...

    Interface MediaUpdateInfoPathDto

    The media update info path.

    MediaUpdateInfoPathDto

    interface MediaUpdateInfoPathDto {
        Path?: null | string;
        UpdateType?: null | string;
    }
    Index

    Properties

    Properties

    Path?: null | string

    Gets or sets media path.

    MediaUpdateInfoPathDto

    UpdateType?: null | string

    Gets or sets media update type. Created, Modified, Deleted.

    MediaUpdateInfoPathDto