mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Trigger change on input after adding token
Fixed: Media Management settings not detecting changes to the UI so settings weren't saved
This commit is contained in:
parent
39607e240f
commit
dcd1b55d1f
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ define(
|
||||||
}
|
}
|
||||||
|
|
||||||
input.val(input.val() + token);
|
input.val(input.val() + token);
|
||||||
|
input.change();
|
||||||
|
|
||||||
this.ui.namingTokenHelper.removeClass('open');
|
this.ui.namingTokenHelper.removeClass('open');
|
||||||
input.focus();
|
input.focus();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue