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
|
||||
|
||||
programs.push({
|
||||
title: fullTitle,
|
||||
description: item.content.description,
|
||||
image: getImageUrl(item),
|
||||
icon: getImageUrl(item),
|
||||
start,
|
||||
stop,
|
||||
season: season,
|
||||
episode: episode,
|
||||
rating: item.content.csa
|
||||
title: fullTitle,
|
||||
description: item.content.description,
|
||||
image: getImageUrl(item),
|
||||
icon: getImageUrl(item),
|
||||
start,
|
||||
stop,
|
||||
season: season,
|
||||
episode: episode,
|
||||
rating: item.content.csa
|
||||
})
|
||||
})
|
||||
|
||||
return programs
|
||||
},
|
||||
channels() {
|
||||
return 'Website provides no proper channel list, channels must be added manually'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user