From 6e47b4008d0c8ce75be9fe5de65a38a940b602ec Mon Sep 17 00:00:00 2001 From: freearhey Date: Fri, 7 May 2021 03:22:44 +0300 Subject: [PATCH] Update format.js --- scripts/format.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/format.js b/scripts/format.js index f0d29aa3f3..b6d001cee0 100644 --- a/scripts/format.js +++ b/scripts/format.js @@ -30,7 +30,6 @@ async function main() { for (const playlist of playlists) { await loadPlaylist(playlist.url) - .then(addToBuffer) .then(sortChannels) .then(filterChannels) .then(detectResolution)