mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
Fix settings update from UI (#1655)
https://github.com/Jackett/Jackett/issues/1654
This commit is contained in:
parent
29ecf8a584
commit
0103c48c97
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ function bindUIButtons() {
|
|||
basepathoverride: jackett_basepathoverride,
|
||||
omdbkey: jackett_omdb_key
|
||||
};
|
||||
api.updateServerConfig(function (data) {
|
||||
api.updateServerConfig(jsonObject, function (data) {
|
||||
if (data !== undefined && data.result == "error") {
|
||||
doNotify("Error: " + data.error, "danger", "glyphicon glyphicon-alert");
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue