diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-23 10:09:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-23 10:09:58 -0400 |
| commit | 40836f194bc43b6d03277d70e6fb3c79732132a8 (patch) | |
| tree | 41670c08d20cf089d3133d176efd6a175f22498f /MediaBrowser.Model/Channels/ChannelMediaType.cs | |
| parent | 28e754767ad15b028565858d70d24b188a1d120c (diff) | |
rename channel category to channel folder
Diffstat (limited to 'MediaBrowser.Model/Channels/ChannelMediaType.cs')
| -rw-r--r-- | MediaBrowser.Model/Channels/ChannelMediaType.cs | 4 |
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 |
