Explorar o código

Fix supporter key saving

Eric Reed %!s(int64=12) %!d(string=hai) anos
pai
achega
e5f0c32035
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();