diff --git a/scripts/core/queueCreator.ts b/scripts/core/queueCreator.ts index 993c378c..8cc9fcb3 100644 --- a/scripts/core/queueCreator.ts +++ b/scripts/core/queueCreator.ts @@ -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 {