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