mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix supporter key saving
This commit is contained in:
parent
e0e2e0d971
commit
de9d2a3afd
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
LegacyKey: legacyKey
|
LegacyKey: legacyKey
|
||||||
};
|
};
|
||||||
|
|
||||||
ApiClient.updateSecurityInfo(info).done(function () {
|
ApiClient.updatePluginSecurityInfo(info).done(function () {
|
||||||
Dashboard.resetPluginSecurityInfo();
|
Dashboard.resetPluginSecurityInfo();
|
||||||
Dashboard.hideLoadingMsg();
|
Dashboard.hideLoadingMsg();
|
||||||
SupporterPage.load();
|
SupporterPage.load();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue