mirror of
https://github.com/iptv-org/epg
synced 2026-09-15 21:46:24 -04:00
Replaces icon with image
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = {
|
||||
title: parseTitle($item),
|
||||
description: parseDescription($item),
|
||||
categories: parseCategories($item),
|
||||
icon: parseIcon($item),
|
||||
image: parseImage($item),
|
||||
start,
|
||||
stop
|
||||
})
|
||||
@@ -54,7 +54,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
|
||||
function parseIcon($item) {
|
||||
function parseImage($item) {
|
||||
return $item('.text-holder > .btn-hold > .btn-wrap > a.btn-share').data('img')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user