Merge branch 'master' into fix-deploy

This commit is contained in:
Aleksandr Statciuk 2022-01-19 21:46:28 +03:00
commit 3bf8e54dae
18 changed files with 149 additions and 212 deletions

View file

@ -50,6 +50,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