diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities/Share.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Share.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Controller/Entities/Share.cs b/MediaBrowser.Controller/Entities/Share.cs deleted file mode 100644 index e194f6238..000000000 --- a/MediaBrowser.Controller/Entities/Share.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Collections.Generic; - -namespace MediaBrowser.Controller.Entities -{ - public interface IHasShares - { - List<Share> Shares { get; set; } - } - - public class Share - { - public string UserId { get; set; } - public bool CanEdit { get; set; } - } -} |
