aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Channels/ChannelMediaType.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-23 10:09:58 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-23 10:09:58 -0400
commit40836f194bc43b6d03277d70e6fb3c79732132a8 (patch)
tree41670c08d20cf089d3133d176efd6a175f22498f /MediaBrowser.Model/Channels/ChannelMediaType.cs
parent28e754767ad15b028565858d70d24b188a1d120c (diff)
rename channel category to channel folder
Diffstat (limited to 'MediaBrowser.Model/Channels/ChannelMediaType.cs')
-rw-r--r--MediaBrowser.Model/Channels/ChannelMediaType.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Channels/ChannelMediaType.cs b/MediaBrowser.Model/Channels/ChannelMediaType.cs
index 5d2201aaf..102cb6644 100644
--- a/MediaBrowser.Model/Channels/ChannelMediaType.cs
+++ b/MediaBrowser.Model/Channels/ChannelMediaType.cs
@@ -4,6 +4,8 @@
{
Audio = 0,
- Video = 1
+ Video = 1,
+
+ Photo = 2
}
} \ No newline at end of file