diff options
Diffstat (limited to 'MediaBrowser.Controller/Channels/ChannelItemType.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/ChannelItemType.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Controller/Channels/ChannelItemType.cs b/MediaBrowser.Controller/Channels/ChannelItemType.cs deleted file mode 100644 index 184ce8a76..000000000 --- a/MediaBrowser.Controller/Channels/ChannelItemType.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace MediaBrowser.Controller.Channels -{ - public enum ChannelItemType - { - Media = 0, - - Folder = 1 - } -}
\ No newline at end of file |
