mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
parent
7f9f3cf206
commit
c91a6195d7
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export function processServerConfigurationUpdateResult(result) {
|
||||||
])
|
])
|
||||||
.then(([{default: loading}, {default: toast}]) => {
|
.then(([{default: loading}, {default: toast}]) => {
|
||||||
loading.hide();
|
loading.hide();
|
||||||
toast.(Globalize.translate('MessageSettingsSaved'));
|
toast(Globalize.translate('MessageSettingsSaved'));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue