mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
parent
58c49ab85a
commit
5b0018850e
@ -112,7 +112,7 @@ export function processServerConfigurationUpdateResult(result) {
|
||||
])
|
||||
.then(([{default: loading}, {default: toast}]) => {
|
||||
loading.hide();
|
||||
toast.default(Globalize.translate('MessageSettingsSaved'));
|
||||
toast.(Globalize.translate('MessageSettingsSaved'));
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user