mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update startup wizard
This commit is contained in:
parent
b91250950f
commit
31454fbeb1
@ -67,6 +67,7 @@
|
||||
} else {
|
||||
Dashboard.navigate('wizardagreement.html');
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -22,6 +22,14 @@
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
navigateToNextPage(config);
|
||||
|
||||
}).fail(function () {
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
Dashboard.alert({
|
||||
message: Globalize.translate('ErrorSavingTvProvider')
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user