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:
parent
26c5493ff7
commit
2075acf404
2 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue