mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add option to merge metadata and IBN paths
This commit is contained in:
parent
3969693dad
commit
2bcfc0f0ba
13 changed files with 31 additions and 23 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
function loadPage(page, config) {
|
||||
|
||||
if (config.MergeMetadataAndImagesByName) {
|
||||
$('.fldImagesByName', page).hide();
|
||||
} else {
|
||||
$('.fldImagesByName', page).show();
|
||||
}
|
||||
|
||||
$('#txtSeasonZeroName', page).val(config.SeasonZeroDisplayName);
|
||||
|
||||
$('#chkEnableRealtimeMonitor', page).checked(config.EnableRealtimeMonitor).checkboxradio("refresh");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue