Update countries.js

This commit is contained in:
Aleksandr Statciuk
2022-09-12 21:14:16 +03:00
parent 11d0b49295
commit ff74a8a0c6

View File

@@ -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
}