Update utils.js

This commit is contained in:
Aleksandr Statciuk 2022-01-19 17:00:35 +03:00
parent a4a47f338a
commit b50a8352d3
1 changed files with 2 additions and 0 deletions

View File

@ -295,6 +295,8 @@ utils.parsePrograms = async function (data, config) {
title: program.title,
description: program.description || null,
category: program.category || null,
season: program.season || null,
episode: program.episode || null,
icon: program.icon || null,
channel: channel.xmltv_id,
lang: program.lang || channel.lang || config.lang || 'en',