Replaced sortByTitle() with sortByTitleAndUrl()

This commit is contained in:
freearhey
2019-09-08 00:52:37 +03:00
parent ac612acf7d
commit b4e580a2bd

View File

@@ -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}'...`)