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.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