mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Replaces icon with image
This commit is contained in:
parent
0eaff54a31
commit
bb6771f539
170 changed files with 428 additions and 351 deletions
|
@ -61,7 +61,7 @@ module.exports = {
|
|||
description: parseDescription(detail),
|
||||
date: parseDate(item),
|
||||
category: parseCategory(item),
|
||||
icon: detail.poster_image_url,
|
||||
image: detail.poster_image_url,
|
||||
actors: parseRoles(detail, 'Schauspieler'),
|
||||
directors: parseRoles(detail, 'Regisseur'),
|
||||
producers: parseRoles(detail, 'Produzent'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue