mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update xmltv config page
This commit is contained in:
parent
8b5889ea3c
commit
b449d37d84
12 changed files with 64 additions and 57 deletions
|
@ -1,4 +1,9 @@
|
|||
define(['jQuery'], function ($) {
|
||||
define(['events'], function (events) {
|
||||
|
||||
function onListingsSubmitted() {
|
||||
|
||||
Dashboard.navigate('livetvstatus.html');
|
||||
}
|
||||
|
||||
function init(page, type, providerId) {
|
||||
|
||||
|
@ -9,6 +14,8 @@
|
|||
var instance = new factory(page, providerId, {
|
||||
});
|
||||
|
||||
events.on(instance, 'submitted', onListingsSubmitted);
|
||||
|
||||
instance.init();
|
||||
});
|
||||
}
|
||||
|
@ -30,7 +37,7 @@
|
|||
xhr.send();
|
||||
}
|
||||
|
||||
$(document).on('pageshow', "#liveTvGuideProviderPage", function () {
|
||||
pageIdOn('pageshow', "liveTvGuideProviderPage", function () {
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue