diff options
| author | Ionut Andrei Oanca <oancaionutandrei@gmail.com> | 2020-10-21 16:42:57 +0200 |
|---|---|---|
| committer | Ionut Andrei Oanca <oancaionutandrei@gmail.com> | 2020-10-21 16:42:57 +0200 |
| commit | 36fee4e60a033d8d785e62788aaf00999d497c58 (patch) | |
| tree | d027211df6ba4f4991967831d38eccb954a4365b /MediaBrowser.Model/SyncPlay/JoinGroupRequest.cs | |
| parent | 93cbf64f884688b667c5403412cb8193dadb251c (diff) | |
Minor fixes
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 04f3a73b17..27a29b8998 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; } } } |
