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

update satip page

This commit is contained in:
Luke Pulverenti 2016-03-31 15:41:52 -04:00
parent aea73b9a95
commit d7d43a8d89
3 changed files with 21 additions and 11 deletions

View file

@ -22,6 +22,11 @@
info.Url = page.querySelector('.txtDevicePath').value;
info.M3UUrl = page.querySelector('.txtM3uUrl').value;
info.IsEnabled = page.querySelector('.chkEnabled').checked;
info.DiseqC = page.querySelector('.selectDiseqC').value;
info.SourceA = page.querySelector('.selectSourceA').value;
info.SourceB = page.querySelector('.selectSourceB').value;
info.SourceC = page.querySelector('.selectSourceC').value;
info.SourceD = page.querySelector('.selectSourceD').value;
}
function submitTunerInfo(page, info) {