mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
finish removing ChannelFolderItem
This commit is contained in:
parent
380585fe73
commit
5f9a8ff684
1 changed files with 1 additions and 1 deletions
|
@ -1172,7 +1172,7 @@
|
|||
if (item.Type == "Channel") {
|
||||
return "channelitems.html?id=" + id;
|
||||
}
|
||||
if (item.Type == "ChannelFolderItem") {
|
||||
if (item.IsFolder && item.SourceType == 'Channel') {
|
||||
return "channelitems.html?id=" + item.ChannelId + '&folderId=' + item.Id;
|
||||
}
|
||||
if (item.Type == "Program") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue