aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/InternalChannelItemQuery.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.Controller/Channels/InternalChannelItemQuery.cs
parent28e754767ad15b028565858d70d24b188a1d120c (diff)
rename channel category to channel folder
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs')
-rw-r--r--MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs b/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
index 3846e8a007..aa8e7b9f1e 100644
--- a/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
+++ b/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
@@ -4,7 +4,7 @@ namespace MediaBrowser.Controller.Channels
{
public class InternalChannelItemQuery
{
- public string CategoryId { get; set; }
+ public string FolderId { get; set; }
public User User { get; set; }