mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
removed a leftover console log
This commit is contained in:
@@ -141,7 +141,6 @@ async function fetchProgramDetails(programID, axiosInstance) {
|
|||||||
if (program.progName && program.channelSigla) {
|
if (program.progName && program.channelSigla) {
|
||||||
const encodedTitle = encodeURIComponent(program.progName)
|
const encodedTitle = encodeURIComponent(program.progName)
|
||||||
image = `https://proxycache.online.meo.pt/eemstb/ImageHandler.ashx?evTitle=${encodedTitle}&chCallLetter=${program.channelSigla}&profile=16_9&width=600`
|
image = `https://proxycache.online.meo.pt/eemstb/ImageHandler.ashx?evTitle=${encodedTitle}&chCallLetter=${program.channelSigla}&profile=16_9&width=600`
|
||||||
console.log(image)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const description = program.description || null
|
const description = program.description || null
|
||||||
|
|||||||
Reference in New Issue
Block a user