From 22fd5387324742c9e5800aa4a77ffb0cf4e0814d Mon Sep 17 00:00:00 2001 From: freearhey Date: Mon, 1 Mar 2021 01:51:14 +0300 Subject: [PATCH] Update format.js Filter unsorted channels too --- scripts/format.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/format.js b/scripts/format.js index 8eab35355..69b2a17e7 100644 --- a/scripts/format.js +++ b/scripts/format.js @@ -47,6 +47,7 @@ async function main() { if (playlists.length) { await loadPlaylist('channels/unsorted.m3u') .then(removeUnsortedDuplicates) + .then(filterChannels) .then(sortChannels) .then(savePlaylist) .then(done)