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

@@ -15,7 +15,7 @@ namespace MediaBrowser.Model.Channels
/// Gets or sets the category identifier.
/// </summary>
/// <value>The category identifier.</value>
public string CategoryId { get; set; }
public string FolderId { get; set; }
/// <summary>
/// Gets or sets the user identifier.