Update format.js

Sort channels by name in `unsorted.m3u`
what-a-patch-1
freearhey 5 years ago
parent 9273507062
commit b0bec161f0

@ -43,6 +43,7 @@ async function main() {
if (index.items.length) {
await loadPlaylist('channels/unsorted.m3u')
.then(removeUnsortedDuplicates)
.then(sortChannels)
.then(updatePlaylist)
.then(done)
}

Loading…
Cancel
Save