parent
b16b1e9f57
commit
507f30166c
|
@ -63,6 +63,7 @@ function parseIndex() {
|
||||||
|
|
||||||
for (let item of playlist.items) {
|
for (let item of playlist.items) {
|
||||||
const channel = helper.createChannel(item)
|
const channel = helper.createChannel(item)
|
||||||
|
if (!channel.url) continue
|
||||||
channel.country.code = countryCode
|
channel.country.code = countryCode
|
||||||
channel.country.name = countryName
|
channel.country.name = countryName
|
||||||
channel.tvg.url = playlist.header.attrs['x-tvg-url'] || ''
|
channel.tvg.url = playlist.header.attrs['x-tvg-url'] || ''
|
||||||
|
|
Loading…
Reference in New Issue