diff options
| -rw-r--r-- | MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js b/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js index cebc47764..88748064f 100644 --- a/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js +++ b/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(); |
