mirror of
https://github.com/iptv-org/epg
synced 2026-05-05 08:56:59 -04:00
Replaces icon with image
This commit is contained in:
@@ -34,7 +34,7 @@ module.exports = {
|
||||
title: parseTitle($item),
|
||||
description: parseDescription($item),
|
||||
category: parseCategory($item),
|
||||
icon: parseIcon($item),
|
||||
image: parseImage($item),
|
||||
start,
|
||||
stop
|
||||
})
|
||||
@@ -85,7 +85,7 @@ function parseCategory($item) {
|
||||
return $item('.type').text().trim()
|
||||
}
|
||||
|
||||
function parseIcon($item) {
|
||||
function parseImage($item) {
|
||||
return $item('.image img').data('src')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user