From 90e1cfb80562e4250d24a1002d0901af9d8dd524 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 21:14:16 +0300 Subject: [PATCH] Update countries.js --- scripts/generators/countries.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/generators/countries.js b/scripts/generators/countries.js index 7d27a48f30..10217a7103 100644 --- a/scripts/generators/countries.js +++ b/scripts/generators/countries.js @@ -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 }