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) {
|
||||
console.log(`Sorting channels...`)
|
||||
}
|
||||
channels = util.sortByTitle(channels)
|
||||
channels = util.sortByTitleAndUrl(channels)
|
||||
|
||||
if(!debug) {
|
||||
console.log(`Updating '${country.url}'...`)
|
||||
|
||||
Reference in New Issue
Block a user