Update format.js

This commit is contained in:
freearhey 2021-05-07 03:22:44 +03:00
parent c54f4f5167
commit 6e47b4008d

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)