Update update-api.js

This commit is contained in:
Aleksandr Statciuk 2022-01-19 02:01:21 +03:00
parent 649808a490
commit 76b15335b1
2 changed files with 3 additions and 1 deletions

View file

@ -47,6 +47,8 @@ async function loadPrograms() {
title: item.title,
desc: item.description || null,
categories: item.category || [],
season: item.season || null,
episode: item.episode || null,
image: item.icon || null,
start: item.start,
stop: item.stop