mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
co-authored by
Cameron
parent
7f9f3cf206
commit
c91a6195d7
@@ -112,7 +112,7 @@ export function processServerConfigurationUpdateResult(result) {
|
||||
])
|
||||
.then(([{default: loading}, {default: toast}]) => {
|
||||
loading.hide();
|
||||
toast.(Globalize.translate('MessageSettingsSaved'));
|
||||
toast(Globalize.translate('MessageSettingsSaved'));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user