Update queue.db

This commit is contained in:
Aleksandr Statciuk 2022-01-31 03:01:05 +03:00
parent 6b75583a07
commit 0398016707
8 changed files with 21 additions and 21 deletions

View file

@ -36,7 +36,7 @@ async function loadGuides(programs = []) {
if (!item.error && channelPrograms) {
output.push({
channel: item.channel.xmltv_id,
site: item.site,
site: item.channel.site,
lang: item.channel.lang,
url: `https://iptv-org.github.io/epg/guides/${group}.epg.xml`
})