mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
8f3dc87100
commit
2a8364b21c
4 changed files with 40 additions and 6 deletions
|
@ -50,7 +50,15 @@
|
|||
|
||||
function navigateToNextPage() {
|
||||
|
||||
Dashboard.navigate('wizardservice.html');
|
||||
ApiClient.getSystemInfo().done(function(info) {
|
||||
|
||||
if (info.SupportsRunningAsService) {
|
||||
Dashboard.navigate('wizardservice.html');
|
||||
|
||||
} else {
|
||||
Dashboard.navigate('wizardfinish.html');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
$(document).on('pageshow', "#wizardSettingsPage", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue