mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 11:27:00 -04:00
Replaces icon with image
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = {
|
||||
title: item.title,
|
||||
description: item.description,
|
||||
category: item.program_type,
|
||||
icon: item.image_url,
|
||||
image: item.image_url,
|
||||
start: dayjs.unix(item.tsStart),
|
||||
stop: dayjs.unix(item.tsEnd)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user