Update index.js

This commit is contained in:
Aleksandr Statciuk 2021-10-15 00:10:35 +03:00
parent bb6e83fcc6
commit b85792f61c
1 changed files with 2 additions and 1 deletions

View File

@ -33,5 +33,6 @@ module.exports = {
return programs
},
convertToXMLTV: utils.convertToXMLTV
convertToXMLTV: utils.convertToXMLTV,
parseChannels: utils.parseChannels
}