Add playlist-sync and group-wait to SyncPlay

This commit is contained in:
Ionut Andrei Oanca
2020-09-24 23:04:21 +02:00
parent ed2eabec16
commit 8819a9d478
51 changed files with 3846 additions and 1125 deletions

View File

@@ -8,9 +8,9 @@ namespace MediaBrowser.Model.SyncPlay
public class JoinGroupRequest
{
/// <summary>
/// Gets or sets the Group id.
/// Gets or sets the group id.
/// </summary>
/// <value>The Group id to join.</value>
/// <value>The id of the group to join.</value>
public Guid GroupId { get; set; }
}
}