1
0
Fork 0
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:
Luke Pulverenti 2016-03-19 01:04:38 -04:00
parent 380585fe73
commit 5f9a8ff684

View file

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