mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-24 09:37:54 +01:00
Add playlist-sync and group-wait to SyncPlay
This commit is contained in:
16
MediaBrowser.Model/SyncPlay/NewGroupRequest.cs
Normal file
16
MediaBrowser.Model/SyncPlay/NewGroupRequest.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
#nullable disable
|
||||
|
||||
namespace MediaBrowser.Model.SyncPlay
|
||||
{
|
||||
/// <summary>
|
||||
/// Class NewGroupRequest.
|
||||
/// </summary>
|
||||
public class NewGroupRequest
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the group name.
|
||||
/// </summary>
|
||||
/// <value>The name of the new group.</value>
|
||||
public string GroupName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user