Update update-guides.js

This commit is contained in:
Aleksandr Statciuk 2022-01-21 00:00:44 +03:00
parent d950023920
commit b64b9878a4
3 changed files with 5 additions and 5 deletions

View file

@ -70,7 +70,7 @@ async function loadPrograms() {
return {
title: program.title,
description: program.description,
categories: program.category,
category: program.category,
icon: program.icon,
channel: program.channel,
lang: program.lang,