mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update search
This commit is contained in:
parent
11aebfd219
commit
6b85af3c7e
16 changed files with 474 additions and 482 deletions
|
@ -21,7 +21,7 @@
|
|||
}).done(function () {
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
navigateToNextPage();
|
||||
navigateToNextPage(config);
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -42,8 +42,13 @@
|
|||
});
|
||||
}
|
||||
|
||||
function navigateToNextPage() {
|
||||
skip();
|
||||
function navigateToNextPage(config) {
|
||||
|
||||
if (config.LiveTvTunerPath && config.LiveTvTunerType) {
|
||||
Dashboard.navigate('wizardlivetvguide.html');
|
||||
} else {
|
||||
skip();
|
||||
}
|
||||
}
|
||||
|
||||
function skip() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue