1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update channels

This commit is contained in:
Luke Pulverenti 2016-03-19 11:38:05 -04:00
parent 899ca52e93
commit ffd37618d5
2 changed files with 103 additions and 103 deletions

View file

@ -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") {