diff --git a/scripts/format.js b/scripts/format.js index f0d29aa3f..b6d001cee 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)