mirror of
https://github.com/iptv-org/epg
synced 2026-05-06 01:17:02 -04:00
Replaces icon with image
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = {
|
||||
? dayjs.utc(scheduleDate.schedule[i + 1].dateTime, 'YYYY/MM/DD HH:mm')
|
||||
: dayjs.utc(program.dateTime, 'YYYY/MM/DD HH:mm').add(1, 'day').startOf('day'),
|
||||
description: program.description,
|
||||
icon: program.image,
|
||||
image: program.image,
|
||||
category: program.categoryName,
|
||||
rating: program.ageRating
|
||||
})
|
||||
|
||||
@@ -28,7 +28,7 @@ it('can parse response', () => {
|
||||
stop: dayjs.utc('2023/08/21 00:00', 'YYYY/MM/DD HH:mm'),
|
||||
description:
|
||||
'From blockchain to Buddha statues, Taiwan’s culture is a kaleidoscope of old and new just waiting to be discovered.',
|
||||
icon: 'https://prod-img.taiwanplus.com/live-schedule/Single/S30668_20230810104937.webp',
|
||||
image: 'https://prod-img.taiwanplus.com/live-schedule/Single/S30668_20230810104937.webp',
|
||||
category: 'TaiwanPlus ✕ Discovery',
|
||||
rating: '0+'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user