mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-02 20:32:52 +01:00
Fix playlist creation and removal
This commit is contained in:
12
MediaBrowser.Model/Entities/IHasShares.cs
Normal file
12
MediaBrowser.Model/Entities/IHasShares.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace MediaBrowser.Model.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// Interface for access to shares.
|
||||
/// </summary>
|
||||
public interface IHasShares
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the shares.
|
||||
/// </summary>
|
||||
Share[] Shares { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user