mirror of
https://github.com/iptv-org/iptv
synced 2025-12-23 13:57:31 -05:00
Replaced sortByTitle() with sortByTitleAndUrl()
This commit is contained in:
@@ -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}'...`)
|
||||||
|
|||||||
Reference in New Issue
Block a user