aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/ChannelItemInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-27 13:09:48 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-27 13:09:48 -0400
commit680ffeebf7bc4b5f07daa360ba4b89526cd2db9f (patch)
tree6871c5f64731539aaeee14ac3f8f6d97b807f6ee /MediaBrowser.Controller/Channels/ChannelItemInfo.cs
parent4c87979cac4df6560145b96d440aeba967466951 (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Controller/Channels/ChannelItemInfo.cs')
-rw-r--r--MediaBrowser.Controller/Channels/ChannelItemInfo.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/ChannelItemInfo.cs b/MediaBrowser.Controller/Channels/ChannelItemInfo.cs
index 66718d7cd..707807bd5 100644
--- a/MediaBrowser.Controller/Channels/ChannelItemInfo.cs
+++ b/MediaBrowser.Controller/Channels/ChannelItemInfo.cs
@@ -33,6 +33,7 @@ namespace MediaBrowser.Controller.Channels
public string ImageUrl { get; set; }
public ChannelMediaType MediaType { get; set; }
+ public ChannelFolderType FolderType { get; set; }
public ChannelMediaContentType ContentType { get; set; }