diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities/IHasStartDate.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/IHasStartDate.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Controller/Entities/IHasStartDate.cs b/MediaBrowser.Controller/Entities/IHasStartDate.cs deleted file mode 100644 index a6714fb96..000000000 --- a/MediaBrowser.Controller/Entities/IHasStartDate.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System; - -namespace MediaBrowser.Controller.Entities -{ - public interface IHasStartDate - { - DateTime StartDate { get; set; } - } -} |
