mirror of
https://github.com/iptv-org/epg
synced 2026-05-01 06:56:59 -04:00
Replaces icon with image
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = {
|
||||
title: item.title,
|
||||
description: item.description,
|
||||
category: item.category,
|
||||
icon: item.image,
|
||||
image: item.image,
|
||||
start: parseStart(item).toJSON(),
|
||||
stop: parseStop(item).toJSON()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user