mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update queue.db
This commit is contained in:
parent
6b75583a07
commit
0398016707
8 changed files with 21 additions and 21 deletions
|
@ -32,7 +32,7 @@ async function generateGuides() {
|
|||
if (item.error) {
|
||||
const error = {
|
||||
xmltv_id: item.channel.xmltv_id,
|
||||
site: item.site,
|
||||
site: item.channel.site,
|
||||
site_id: item.channel.site_id,
|
||||
lang: item.channel.lang,
|
||||
date: item.date,
|
||||
|
@ -54,7 +54,7 @@ async function generateGuides() {
|
|||
return {
|
||||
id: channel.id,
|
||||
display_name: channel.name,
|
||||
url: item.site,
|
||||
url: item.channel.site,
|
||||
icon: channel.logo
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue