Refactor and other minor changes

This commit is contained in:
gion
2020-04-21 23:37:37 +02:00
parent aad5058d25
commit 083d3272d0
10 changed files with 410 additions and 269 deletions

View File

@@ -1,7 +1,7 @@
namespace MediaBrowser.Model.Syncplay
{
/// <summary>
/// Class GroupInfoModel.
/// Class GroupInfoView.
/// </summary>
public class GroupInfoView
{
@@ -30,9 +30,9 @@ namespace MediaBrowser.Model.Syncplay
public long PositionTicks { get; set; }
/// <summary>
/// Gets or sets the partecipants.
/// Gets or sets the participants.
/// </summary>
/// <value>The partecipants.</value>
public string[] Partecipants { get; set; }
/// <value>The participants.</value>
public string[] Participants { get; set; }
}
}

View File

@@ -24,7 +24,7 @@ namespace MediaBrowser.Model.Syncplay
/// <summary>
/// A user is signaling that playback resumed.
/// </summary>
BufferingComplete = 4,
BufferingDone = 4,
/// <summary>
/// A user is reporting its ping.
/// </summary>