mirror of
https://github.com/iptv-org/epg
synced 2026-05-08 18:36:59 -04:00
Update tv.cctv.com
This commit is contained in:
@@ -36,6 +36,7 @@ function parseStart(item) {
|
||||
|
||||
function parseItems(content, channel) {
|
||||
const data = JSON.parse(content)
|
||||
if (!data || !data.data) return []
|
||||
|
||||
return data.data[channel.site_id].list || []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user