mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
69e9dbcc51
commit
7ee6317dae
92 changed files with 907 additions and 901 deletions
|
@ -260,7 +260,7 @@
|
|||
|
||||
this.checked = filters.indexOf(',' + filterName) != -1;
|
||||
|
||||
}).checkboxradio('refresh');
|
||||
});
|
||||
|
||||
$('.chkVideoTypeFilter', viewPanel).each(function () {
|
||||
|
||||
|
@ -269,11 +269,11 @@
|
|||
|
||||
this.checked = filters.indexOf(',' + filterName) != -1;
|
||||
|
||||
}).checkboxradio('refresh');
|
||||
});
|
||||
|
||||
$('.chk3DFilter', viewPanel).checked(query.Is3D == true).checkboxradio('refresh');
|
||||
$('.chkHDFilter', viewPanel).checked(query.IsHD == true).checkboxradio('refresh');
|
||||
$('.chkSDFilter', viewPanel).checked(query.IsHD == false).checkboxradio('refresh');
|
||||
$('.chk3DFilter', viewPanel).checked(query.Is3D == true);
|
||||
$('.chkHDFilter', viewPanel).checked(query.IsHD == true);
|
||||
$('.chkSDFilter', viewPanel).checked(query.IsHD == false);
|
||||
|
||||
$('.alphabetPicker', tabContent).alphaValue(query.NameStartsWithOrGreater);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue