@jellyfin/sdk
    Preparing search index...

    Interface SyncPlayStateUpdate

    SyncPlayStateUpdate

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

    Properties

    Properties

    SyncPlayStateUpdate

    GroupId?: string

    Gets the group identifier.

    SyncPlayStateUpdate

    SyncPlayStateUpdate