rename channel category to channel folder

This commit is contained in:
Luke Pulverenti
2014-05-23 10:09:58 -04:00
parent 28e754767a
commit 40836f194b
15 changed files with 49 additions and 30 deletions

View File

@@ -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; }