mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 19:54:48 +03:00
rename channel category to channel folder
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user