mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 20:38:27 +01:00
Refactor and other minor changes
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user