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

update album refresh

This commit is contained in:
Luke Pulverenti 2016-05-29 16:20:32 -04:00
parent 26c5493ff7
commit 2075acf404
2 changed files with 3 additions and 3 deletions

View file

@ -99,9 +99,9 @@
$('.fldEnableBackdrops', page).show();
if (AppInfo.supportsUserDisplayLanguageSetting) {
$('.languageSection', page).show();
page.querySelector('.languageSection').classList.remove('hide');
} else {
$('.languageSection', page).hide();
page.querySelector('.languageSection').classList.add('hide');
}
});