Update update-guides.js

This commit is contained in:
Aleksandr Statciuk 2022-01-31 23:13:48 +03:00
parent d5798d87c2
commit f6f20c28e4
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ async function generateGuides() {
}
channels = Object.values(channels)
channels = _.sortBy(channels, 'xmltv_id')
programs = _.sortBy(programs, ['channel', 'start'])
logger.info(`Creating "${filepath}"...`)
const output = grabber.convertToXMLTV({ channels, programs })