mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Fixes missing channel logo issue
This commit is contained in:
@@ -51,6 +51,7 @@ async function createQueue() {
|
||||
if (!channel.site || !channel.id) continue
|
||||
const found = api.channels.find({ id: channel.id })
|
||||
if (!found) continue
|
||||
channel.logo = found.logo
|
||||
for (const d of dates) {
|
||||
const dString = d.toJSON()
|
||||
const key = `${channel.site}:${channel.lang}:${channel.id}:${dString}`
|
||||
|
||||
Reference in New Issue
Block a user