mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #611 - Back from plug-in detail doesn't update drop-down
This commit is contained in:
parent
4583cf5b52
commit
b3403f8fd0
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@
|
||||||
|
|
||||||
var page = this;
|
var page = this;
|
||||||
|
|
||||||
|
$('#selectTargetSystem', page).val(query.TargetSystems).selectmenu('refresh');
|
||||||
|
|
||||||
// Reset form values using the last used query
|
// Reset form values using the last used query
|
||||||
$('.chkPremiumFilter', page).each(function () {
|
$('.chkPremiumFilter', page).each(function () {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue