1
0
Fork 0
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:
LukePulverenti 2013-03-04 21:05:59 -05:00
parent c36a66caa2
commit 32d40690e9

View file

@ -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();