mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Add playlist ACL endpoints
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace MediaBrowser.Model.Entities;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Model.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// Interface for access to shares.
|
||||
@@ -8,5 +10,5 @@ public interface IHasShares
|
||||
/// <summary>
|
||||
/// Gets or sets the shares.
|
||||
/// </summary>
|
||||
Share[] Shares { get; set; }
|
||||
IReadOnlyList<Share> Shares { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user