1
0
Fork 0
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:
Luke Pulverenti 2015-08-22 14:15:35 -04:00
parent b91250950f
commit 31454fbeb1
2 changed files with 9 additions and 0 deletions

View file

@ -22,6 +22,14 @@
Dashboard.hideLoadingMsg();
navigateToNextPage(config);
}).fail(function () {
Dashboard.hideLoadingMsg();
Dashboard.alert({
message: Globalize.translate('ErrorSavingTvProvider')
});
});
});