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:
parent
c98448df25
commit
c55d6e3511
4 changed files with 46 additions and 51 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue