mirror of
https://github.com/iptv-org/epg
synced 2026-05-07 01:46:59 -04:00
add disclaimer for channels.
This commit is contained in:
@@ -84,19 +84,22 @@ module.exports = {
|
|||||||
const fullTitle = (item.content.titleLeading ? item.content.titleLeading + (title ? ' - ' : '') : '') + title
|
const fullTitle = (item.content.titleLeading ? item.content.titleLeading + (title ? ' - ' : '') : '') + title
|
||||||
|
|
||||||
programs.push({
|
programs.push({
|
||||||
title: fullTitle,
|
title: fullTitle,
|
||||||
description: item.content.description,
|
description: item.content.description,
|
||||||
image: getImageUrl(item),
|
image: getImageUrl(item),
|
||||||
icon: getImageUrl(item),
|
icon: getImageUrl(item),
|
||||||
start,
|
start,
|
||||||
stop,
|
stop,
|
||||||
season: season,
|
season: season,
|
||||||
episode: episode,
|
episode: episode,
|
||||||
rating: item.content.csa
|
rating: item.content.csa
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
return programs
|
return programs
|
||||||
|
},
|
||||||
|
channels() {
|
||||||
|
return 'Website provides no proper channel list, channels must be added manually'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user