mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
Fix code issues
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Model.SyncPlay
|
||||
{
|
||||
/// <summary>
|
||||
@@ -33,6 +35,6 @@ namespace MediaBrowser.Model.SyncPlay
|
||||
/// Gets or sets the participants.
|
||||
/// </summary>
|
||||
/// <value>The participants.</value>
|
||||
public string[] Participants { get; set; }
|
||||
public IReadOnlyList<string> Participants { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user