diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities/Share.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Share.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/MediaBrowser.Controller/Entities/Share.cs b/MediaBrowser.Controller/Entities/Share.cs deleted file mode 100644 index 64f446eef..000000000 --- a/MediaBrowser.Controller/Entities/Share.cs +++ /dev/null @@ -1,13 +0,0 @@ -#nullable disable - -#pragma warning disable CS1591 - -namespace MediaBrowser.Controller.Entities -{ - public class Share - { - public string UserId { get; set; } - - public bool CanEdit { get; set; } - } -} |
