aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/IThemeMedia.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Entities/IThemeMedia.cs')
-rw-r--r--MediaBrowser.Controller/Entities/IThemeMedia.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/MediaBrowser.Controller/Entities/IThemeMedia.cs b/MediaBrowser.Controller/Entities/IThemeMedia.cs
deleted file mode 100644
index b2eff230f..000000000
--- a/MediaBrowser.Controller/Entities/IThemeMedia.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-
-namespace MediaBrowser.Controller.Entities
-{
- public interface IThemeMedia
- {
- bool IsThemeMedia { get; }
- }
-}