Update queueCreator.ts

This commit is contained in:
freearhey
2024-12-15 06:02:22 +03:00
parent 581f5e0ca9
commit 0c048691df

View File

@@ -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 {