mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
fixed configuration saving issues
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user