mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
eeb941062b
commit
24f25b87f1
1 changed files with 3 additions and 1 deletions
|
@ -266,7 +266,9 @@
|
||||||
$('#chkThemeSong', this).checked(query.HasThemeSong == true).checkboxradio('refresh');
|
$('#chkThemeSong', this).checked(query.HasThemeSong == true).checkboxradio('refresh');
|
||||||
$('#chkThemeVideo', this).checked(query.HasThemeVideo == true).checkboxradio('refresh');
|
$('#chkThemeVideo', this).checked(query.HasThemeVideo == true).checkboxradio('refresh');
|
||||||
$('#chkSpecialFeature', this).checked(query.ParentIndexNumber == 0).checkboxradio('refresh');
|
$('#chkSpecialFeature', this).checked(query.ParentIndexNumber == 0).checkboxradio('refresh');
|
||||||
$('#chkMissingEpisode', this).checked(query.LocationTypes == "virtual").checkboxradio('refresh');
|
|
||||||
|
$('#chkMissingEpisode', this).checked(query.MaxPremiereDate != null).checkboxradio('refresh');
|
||||||
|
$('#chkFutureEpisode', this).checked(query.MinPremiereDate != null).checkboxradio('refresh');
|
||||||
|
|
||||||
$('.alphabetPicker', this).alphaValue(query.NameStartsWithOrGreater);
|
$('.alphabetPicker', this).alphaValue(query.NameStartsWithOrGreater);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue