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
|
||||
};
|
||||
|
||||
var url = ApiClient.getUrl("Plugins/SecurityInfo");
|
||||
console.log(url);
|
||||
$.post(url, JSON.stringify(info)).done(function () {
|
||||
ApiClient.updateSecurityInfo(info).done(function () {
|
||||
Dashboard.resetPluginSecurityInfo();
|
||||
Dashboard.hideLoadingMsg();
|
||||
SupporterPage.load();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue