Update format.js

This commit is contained in:
freearhey
2021-05-07 03:22:44 +03:00
parent 2ae5536f1f
commit 64156e7f20

View File

@@ -30,7 +30,6 @@ async function main() {
for (const playlist of playlists) {
await loadPlaylist(playlist.url)
.then(addToBuffer)
.then(sortChannels)
.then(filterChannels)
.then(detectResolution)