Update save-results.js

This commit is contained in:
Aleksandr Statciuk 2022-01-31 01:13:23 +03:00
parent 435f1d13d9
commit 2b03f23b46
3 changed files with 28 additions and 28 deletions

View file

@ -23,7 +23,7 @@ async function main() {
season: program.season || null,
episode: program.episode || null,
icon: program.icon || null,
channel: item.xmltv_id,
channel: program.channel,
lang: program.lang,
start: program.start,
stop: program.stop,