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