mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add additional playlist buttons
This commit is contained in:
parent
24564211e4
commit
e29307136d
8 changed files with 110 additions and 27 deletions
|
@ -65,6 +65,13 @@
|
|||
loadForm(page, userId, result);
|
||||
|
||||
});
|
||||
|
||||
// See backrops.js for comments on this
|
||||
if ($.browser.msie) {
|
||||
$('.fldEnableBackdrops', page).hide();
|
||||
} else {
|
||||
$('.fldEnableBackdrops', page).show();
|
||||
}
|
||||
});
|
||||
|
||||
window.WebClientPreferencesPage = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue