From 2a83eb675da8f3101babe0ab85adb8c436e1924d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 1 Aug 2021 20:46:26 +0300 Subject: [PATCH] Update filter.js --- scripts/filter.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/filter.js b/scripts/filter.js index c3be8b9d06..c36bcfb11c 100644 --- a/scripts/filter.js +++ b/scripts/filter.js @@ -31,10 +31,9 @@ async function removeBlacklisted(playlist) { if (playlist.channels.length !== channels.length) { log.print(`updated`) + playlist.channels = channels } - playlist.channels = channels - return playlist }