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:
parent
aea73b9a95
commit
d7d43a8d89
3 changed files with 21 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue