diff options
Diffstat (limited to 'MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs')
| -rw-r--r-- | MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs b/MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs index 04f3a73b1..27a29b899 100644 --- a/MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs +++ b/MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs @@ -8,9 +8,9 @@ namespace MediaBrowser.Model.SyncPlay public class JoinGroupRequest { /// <summary> - /// Gets or sets the group id. + /// Gets or sets the group identifier. /// </summary> - /// <value>The id of the group to join.</value> + /// <value>The identifier of the group to join.</value> public Guid GroupId { get; set; } } } |
