mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed configuration saving issues
This commit is contained in:
parent
c36a66caa2
commit
32d40690e9
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@
|
||||||
LegacyKey: legacyKey
|
LegacyKey: legacyKey
|
||||||
};
|
};
|
||||||
|
|
||||||
var url = ApiClient.getUrl("Plugins/SecurityInfo");
|
ApiClient.updateSecurityInfo(info).done(function () {
|
||||||
console.log(url);
|
|
||||||
$.post(url, JSON.stringify(info)).done(function () {
|
|
||||||
Dashboard.resetPluginSecurityInfo();
|
Dashboard.resetPluginSecurityInfo();
|
||||||
Dashboard.hideLoadingMsg();
|
Dashboard.hideLoadingMsg();
|
||||||
SupporterPage.load();
|
SupporterPage.load();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue