@jellyfin/sdk
    Preparing search index...

    Interface PlayQueueUpdateGroupUpdate

    Class GroupUpdate.

    PlayQueueUpdateGroupUpdate

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

    Properties

    Properties

    PlayQueueUpdateGroupUpdate

    GroupId?: string

    Gets the group identifier.

    PlayQueueUpdateGroupUpdate

    PlayQueueUpdateGroupUpdate