mirror of
https://github.com/iptv-org/epg
synced 2026-09-10 22:06:56 -04:00
Replaces icon with image
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = {
|
||||
title: item.j,
|
||||
category: item.h,
|
||||
description: item.c,
|
||||
icon: parseIcon(item),
|
||||
image: parseImage(item),
|
||||
start,
|
||||
stop
|
||||
})
|
||||
@@ -66,7 +66,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
|
||||
function parseIcon(item) {
|
||||
function parseImage(item) {
|
||||
return item.z ? `http://www.tvmusor.hu/images/events/408/${item.z}` : null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user