mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update queueCreator.ts
This commit is contained in:
@@ -47,7 +47,7 @@ export class QueueCreator {
|
||||
(_channel: ApiChannel) => _channel.id === channel.xmltv_id
|
||||
)
|
||||
if (found) {
|
||||
channel.logo = found.logo
|
||||
channel.icon = found.logo
|
||||
channel.name = found.name
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user