mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-26 20:16:33 +00:00
Add playlist-sync and group-wait to SyncPlay
This commit is contained in:
@@ -13,6 +13,12 @@ namespace MediaBrowser.Model.SyncPlay
|
||||
/// <value>The group identifier.</value>
|
||||
public string GroupId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the playlist id of the playing item.
|
||||
/// </summary>
|
||||
/// <value>The playlist id of the playing item.</value>
|
||||
public string PlaylistItemId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the UTC time when to execute the command.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user