mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Replaces icon with image
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = {
|
||||
programs.push({
|
||||
title: item.ProgramName,
|
||||
description: item.EventDescription,
|
||||
icon: item.Picture,
|
||||
image: item.Picture,
|
||||
start,
|
||||
stop
|
||||
})
|
||||
|
||||
@@ -26,7 +26,7 @@ it('can parse response', () => {
|
||||
stop: '2022-03-07T00:39:00.000Z',
|
||||
title: 'רוקדים עם כוכבים - בר זומר',
|
||||
description: 'מהדורת החדשות המרכזית של הבוקר, האנשים הפרשנויות והכותרות שיעשו את היום.',
|
||||
icon: 'https://img.mako.co.il/2022/02/13/DancingWithStars2022_EPG.jpg'
|
||||
image: 'https://img.mako.co.il/2022/02/13/DancingWithStars2022_EPG.jpg'
|
||||
}
|
||||
])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user