mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fix live tv guide config in wizard
This commit is contained in:
parent
6506e9dc09
commit
5b643af505
@ -159,7 +159,7 @@
|
||||
}
|
||||
|
||||
self.submit = function () {
|
||||
page.querySelector('.btnSubmitListingsContainer').click();
|
||||
page.querySelector('.btnSubmitListings').click();
|
||||
};
|
||||
|
||||
function onSelectPathClick(e) {
|
||||
|
@ -32,7 +32,7 @@
|
||||
instance.init();
|
||||
guideController = instance;
|
||||
|
||||
$(guideController).on('submitted', skip);
|
||||
Events.on(guideController, 'submitted', skip);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
<label for="selectType" class="selectLabel">${LabelDataProvider}</label>
|
||||
<select id="selectType" data-mini="true" required="required">
|
||||
<option value="SchedulesDirect">Schedules Direct</option>
|
||||
<option value="xmltv">Xml TV</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${AdditionalLiveTvProvidersCanBeInstalledLater}</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user