This commit is contained in:
freearhey
2021-03-12 17:51:59 +03:00
parent 7e1904fdfa
commit 82cc8e648c
7 changed files with 138 additions and 16 deletions

View File

@@ -54,11 +54,9 @@ module.exports = {
programs.push({
title,
lang,
category,
start: start.toString(),
stop: stop.toString(),
channel: channel['xmltv_id']
stop: stop.toString()
})
}
})