mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Replaced sortByTitle() with sortByTitleAndUrl()
This commit is contained in:
parent
ce4d2ed32c
commit
1d6ef6ce5e
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ async function main() {
|
||||||
if(verbose) {
|
if(verbose) {
|
||||||
console.log(`Sorting channels...`)
|
console.log(`Sorting channels...`)
|
||||||
}
|
}
|
||||||
channels = util.sortByTitle(channels)
|
channels = util.sortByTitleAndUrl(channels)
|
||||||
|
|
||||||
if(!debug) {
|
if(!debug) {
|
||||||
console.log(`Updating '${country.url}'...`)
|
console.log(`Updating '${country.url}'...`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue