mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 11:27:00 -04:00
Replaces icon with image
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = {
|
||||
programs.push({
|
||||
title: item.title,
|
||||
description: item.live_desc,
|
||||
icon: item.picture_code,
|
||||
image: item.picture_code,
|
||||
start: parseStart(item),
|
||||
stop: parseStop(item)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user