diff options
Diffstat (limited to 'MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs')
| -rw-r--r-- | MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs b/MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs deleted file mode 100644 index 7402c4ce2..000000000 --- a/MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System; - -namespace MediaBrowser.Model.SyncPlay -{ - /// <summary> - /// Class JoinGroupRequest. - /// </summary> - public class JoinGroupRequest - { - /// <summary> - /// Initializes a new instance of the <see cref="JoinGroupRequest"/> class. - /// </summary> - /// <param name="groupId">The identifier of the group to join.</param> - public JoinGroupRequest(Guid groupId) - { - GroupId = groupId; - } - - /// <summary> - /// Gets the group identifier. - /// </summary> - /// <value>The identifier of the group to join.</value> - public Guid GroupId { get; } - } -} |
