diff --git a/helpers/format.js b/helpers/format.js index 67c975937..f005053bf 100644 --- a/helpers/format.js +++ b/helpers/format.js @@ -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}'...`)