mirror of
https://github.com/iptv-org/epg
synced 2026-04-29 22:16:59 -04:00
Replaces icon with image
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = {
|
||||
description: item.d,
|
||||
start: dayjs.unix(item.s),
|
||||
stop: dayjs.unix(item.s + item.m[1]),
|
||||
icon: item.img ? `http://epgstatic.sky.com/epgdata/1.0/paimage/46/1/${item.img}` : null
|
||||
image: item.img ? `http://epgstatic.sky.com/epgdata/1.0/paimage/46/1/${item.img}` : null
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user