diff options
| author | gion <oancaionutandrei@gmail.com> | 2020-05-04 19:46:02 +0200 |
|---|---|---|
| committer | gion <oancaionutandrei@gmail.com> | 2020-05-09 12:37:23 +0200 |
| commit | 6e22e9222b68ad117550c02a8cbce2d65878f50b (patch) | |
| tree | c5654f590a3aecf9a4691f25beb5e41d57442ede /MediaBrowser.Model/Syncplay/GroupUpdateType.cs | |
| parent | 0b974d09ca08f70d9cd61d4871698956026b7b3b (diff) | |
Fix code issues
Diffstat (limited to 'MediaBrowser.Model/Syncplay/GroupUpdateType.cs')
| -rw-r--r-- | MediaBrowser.Model/Syncplay/GroupUpdateType.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Syncplay/GroupUpdateType.cs b/MediaBrowser.Model/Syncplay/GroupUpdateType.cs index 20e76932d4..9f40f9577f 100644 --- a/MediaBrowser.Model/Syncplay/GroupUpdateType.cs +++ b/MediaBrowser.Model/Syncplay/GroupUpdateType.cs @@ -30,13 +30,13 @@ namespace MediaBrowser.Model.Syncplay /// </summary> PrepareSession, /// <summary> - /// The not-in-group error. Tells a user that it doesn't belong to a group. + /// The not-in-group error. Tells a user that they don't belong to a group. /// </summary> NotInGroup, /// <summary> - /// The group-not-joined error. Sent when a request to join a group fails. + /// The group-does-not-exist error. Sent when trying to join a non-existing group. /// </summary> - GroupNotJoined, + GroupDoesNotExist, /// <summary> /// The create-group-denied error. Sent when a user tries to create a group without required permissions. /// </summary> |
