diff options
Diffstat (limited to 'MediaBrowser.Model/Channels/ChannelMediaType.cs')
| -rw-r--r-- | MediaBrowser.Model/Channels/ChannelMediaType.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Channels/ChannelMediaType.cs b/MediaBrowser.Model/Channels/ChannelMediaType.cs index 102cb6644..cf3239c9b 100644 --- a/MediaBrowser.Model/Channels/ChannelMediaType.cs +++ b/MediaBrowser.Model/Channels/ChannelMediaType.cs @@ -8,4 +8,13 @@ Photo = 2 } + + public enum ChannelFolderType + { + Container = 0, + + MusicAlbum = 1, + + PhotoAlbum = 2 + } }
\ No newline at end of file |
