mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
rename channel category to channel folder
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user