mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update startup wizard
This commit is contained in:
parent
b91250950f
commit
31454fbeb1
2 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,14 @@
|
|||
|
||||
Dashboard.hideLoadingMsg();
|
||||
navigateToNextPage(config);
|
||||
|
||||
}).fail(function () {
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
Dashboard.alert({
|
||||
message: Globalize.translate('ErrorSavingTvProvider')
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue