mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Replaces icon with image
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = {
|
||||
title: item.titreP,
|
||||
description: item.desc,
|
||||
category: item.categorieP,
|
||||
icon: item.srcP,
|
||||
image: item.srcP,
|
||||
start: dayjs.unix(item.timestampDeb),
|
||||
stop: dayjs.unix(item.timestampFin)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user