diff options
Diffstat (limited to 'MediaBrowser.Model/Entities/IHasShares.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/IHasShares.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/IHasShares.cs b/MediaBrowser.Model/Entities/IHasShares.cs index fb6b6e424..8c4ba6c42 100644 --- a/MediaBrowser.Model/Entities/IHasShares.cs +++ b/MediaBrowser.Model/Entities/IHasShares.cs @@ -10,5 +10,5 @@ public interface IHasShares /// <summary> /// Gets or sets the shares. /// </summary> - IReadOnlyList<UserPermissions> Shares { get; set; } + IReadOnlyList<PlaylistUserPermissions> Shares { get; set; } } |
