1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add tuner setup to startup wizard

This commit is contained in:
Luke Pulverenti 2015-08-20 16:54:00 -04:00
parent 5f0a0abec5
commit c51d10dbc6
7 changed files with 147 additions and 15 deletions

View file

@ -59,17 +59,7 @@
function navigateToNextPage() {
var apiClient = ApiClient;
apiClient.getJSON(apiClient.getUrl('Startup/Info')).done(function (info) {
if (info.SupportsRunningAsService) {
Dashboard.navigate('wizardservice.html');
} else {
Dashboard.navigate('wizardagreement.html');
}
});
Dashboard.navigate('wizardlivetvtuner.html');
}
function onSubmit() {