Update format.js

Filter unsorted channels too
pull/2205/head
freearhey 4 years ago
parent 73ada87393
commit 22fd538732

@ -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)

Loading…
Cancel
Save