repo creation with initial code after cloning public repo
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Model.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// Interface for access to shares.
|
||||
/// </summary>
|
||||
public interface IHasShares
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the shares.
|
||||
/// </summary>
|
||||
IReadOnlyList<PlaylistUserPermissions> Shares { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user