Replaced sortByTitle() with sortByTitleAndUrl()

what-a-patch-1
freearhey 6 years ago
parent ac612acf7d
commit b4e580a2bd

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

Loading…
Cancel
Save