Replaced sortByTitle() with sortByTitleAndUrl()

pull/320/head
freearhey 6 years ago
parent ce4d2ed32c
commit 1d6ef6ce5e

@ -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