Merge branch 'master' into add-more-channels

This commit is contained in:
freearhey 2021-03-01 01:51:59 +03:00
commit 5b00d74ec5

View File

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