Fix code issues

This commit is contained in:
gion
2020-05-04 19:46:02 +02:00
parent 0b974d09ca
commit 6e22e9222b
11 changed files with 287 additions and 218 deletions

View File

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

View File

@@ -11,7 +11,7 @@ namespace MediaBrowser.Model.Syncplay
/// Gets or sets the request type.
/// </summary>
/// <value>The request type.</value>
public PlaybackRequestType Type;
public PlaybackRequestType Type { get; set; }
/// <summary>
/// Gets or sets when the request has been made by the client.