فهرست منبع

Fix supporter key saving

Eric Reed 12 سال پیش
والد
کامیت
e5f0c32035
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js

+ 1 - 1
MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js

@@ -37,7 +37,7 @@
                 LegacyKey: legacyKey
             };
 
-            ApiClient.updateSecurityInfo(info).done(function () {
+            ApiClient.updatePluginSecurityInfo(info).done(function () {
                 Dashboard.resetPluginSecurityInfo();
                 Dashboard.hideLoadingMsg();
                 SupporterPage.load();