diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 3099cb1d5..eb5654435 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1153,6 +1153,12 @@ else if (item.Type == 'MusicArtist') { textlines.push(' '); } + else if (item.Type == 'TvChannel') { + + if (item.CurrentProgram) { + textlines.push(LibraryBrowser.getPosterViewDisplayName(item.CurrentProgram)); + } + } else { textlines.push(LibraryBrowser.getMiscInfoHtml(item)); }