aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Channels/ChannelMediaType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Channels/ChannelMediaType.cs')
-rw-r--r--MediaBrowser.Model/Channels/ChannelMediaType.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Model/Channels/ChannelMediaType.cs b/MediaBrowser.Model/Channels/ChannelMediaType.cs
deleted file mode 100644
index 102cb6644..000000000
--- a/MediaBrowser.Model/Channels/ChannelMediaType.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace MediaBrowser.Model.Channels
-{
- public enum ChannelMediaType
- {
- Audio = 0,
-
- Video = 1,
-
- Photo = 2
- }
-} \ No newline at end of file