aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Channels/ChannelFolderType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Channels/ChannelFolderType.cs')
-rw-r--r--MediaBrowser.Model/Channels/ChannelFolderType.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/MediaBrowser.Model/Channels/ChannelFolderType.cs b/MediaBrowser.Model/Channels/ChannelFolderType.cs
deleted file mode 100644
index 7c97afd02..000000000
--- a/MediaBrowser.Model/Channels/ChannelFolderType.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-namespace MediaBrowser.Model.Channels
-{
- public enum ChannelFolderType
- {
- Container = 0,
-
- MusicAlbum = 1,
-
- PhotoAlbum = 2,
-
- MusicArtist = 3,
-
- Series = 4,
-
- Season = 5
- }
-} \ No newline at end of file