mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 06:26:59 -04:00
Replaces icon with image
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = {
|
||||
title: item.program.trim(),
|
||||
description: item.description,
|
||||
category: item.genre,
|
||||
icon: item.thumbnailImage,
|
||||
image: item.thumbnailImage,
|
||||
start: parseStart(item),
|
||||
stop: parseStop(item)
|
||||
})
|
||||
|
||||
@@ -34,7 +34,7 @@ it('can parse response', () => {
|
||||
description:
|
||||
'In Italy, a woman becomes involved in a series of unauthorized exorcisms during her mission to discover what happened to her mother, who allegedly murdered three people during her own exorcism.',
|
||||
category: 'Horror',
|
||||
icon: 'https://s3.ap-southeast-1.amazonaws.com/epg.tapdmv.com/tapactionflix.png'
|
||||
image: 'https://s3.ap-southeast-1.amazonaws.com/epg.tapdmv.com/tapactionflix.png'
|
||||
}
|
||||
])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user