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:
@@ -24,7 +24,7 @@ module.exports = {
|
||||
title: item.title,
|
||||
description: item.summary,
|
||||
categories: parseCategories(item),
|
||||
icon: item.art,
|
||||
image: item.art,
|
||||
start: parseStart(item),
|
||||
stop: parseStop(item)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user