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