aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/IHasStartDate.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Entities/IHasStartDate.cs')
-rw-r--r--MediaBrowser.Controller/Entities/IHasStartDate.cs9
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; }
- }
-}