Minor fixes

This commit is contained in:
Ionut Andrei Oanca
2020-10-21 16:42:57 +02:00
parent 93cbf64f88
commit 36fee4e60a
20 changed files with 68 additions and 68 deletions

View File

@@ -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; }
}
}