Update countries.js
This commit is contained in:
parent
4c2af65e7e
commit
90e1cfb805
|
@ -40,8 +40,5 @@ module.exports = async function (streams = []) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let items = _.filter(streams, stream => !stream.broadcast_area.length)
|
|
||||||
output.push({ filepath: 'countries/undefined.m3u', items })
|
|
||||||
|
|
||||||
return output
|
return output
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue