mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-27 12:33:24 +02:00
Fix settings update from UI (#1655)
https://github.com/Jackett/Jackett/issues/1654
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user