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

switch to subtitle filter

This commit is contained in:
Luke Pulverenti 2014-06-10 13:36:06 -04:00
parent c98448df25
commit c55d6e3511
4 changed files with 46 additions and 51 deletions

View file

@ -131,7 +131,7 @@
});
}
function getLibraryMenu(user, channelCount, items, liveTvInfo) {
function getLibraryMenu() {
var panel = $('#libraryPanel');
@ -146,7 +146,7 @@
html += '<a class="lnkMediaFolder viewMenuLink viewMenuTextLink homeViewMenu" href="index.html">Home</a>';
html += '<div class="libraryMenuDivider"></div>';
html += getViewsHtml(user, channelCount, items, liveTvInfo);
html += getViewsHtml();
html += '</div>';
html += '</div>';