@jellyfin/sdk
    Preparing search index...

    Interface MediaUpdateInfoDto

    Media Update Info Dto.

    MediaUpdateInfoDto

    interface MediaUpdateInfoDto {
        Updates?: MediaUpdateInfoPathDto[];
    }
    Index

    Properties

    Properties

    Gets or sets the list of updates.

    MediaUpdateInfoDto