diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index d47db160b5..baab513193 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -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") {