Update generate.js

This commit is contained in:
freearhey
2020-05-06 13:13:24 +03:00
parent 0b18a8ac33
commit 1fff72862f

View File

@@ -121,7 +121,7 @@ function generateChannels() {
const filename = `${ROOT_DIR}/channels.json`
const sorted = helper.sortBy(list.all, ['name', 'url'])
const channels = sorted.map(c => c.toJSON())
helper.createFile(filename, JSON.stringify(channels, null, '\t'))
helper.createFile(filename, JSON.stringify(channels))
}
function generateCountryIndex() {