mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update format.js
Filter unsorted channels too
This commit is contained in:
parent
73ada87393
commit
22fd538732
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue