@jellyfin/sdk
    Preparing search index...

    Interface SyncPlayNotInGroupUpdate

    SyncPlayNotInGroupUpdate

    interface SyncPlayNotInGroupUpdate {
        Data?: string;
        GroupId?: string;
        Type?: GroupUpdateType;
    }
    Index

    Properties

    Properties

    Data?: string

    Gets the update data.

    SyncPlayNotInGroupUpdate

    GroupId?: string

    Gets the group identifier.

    SyncPlayNotInGroupUpdate

    SyncPlayNotInGroupUpdate