mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update save-results.js
This commit is contained in:
parent
d2946dfa7a
commit
f2b23a1726
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ async function main() {
|
|||
return {
|
||||
title: program.title,
|
||||
description: program.description || null,
|
||||
category: program.category || [],
|
||||
category: program.category || null,
|
||||
season: program.season || null,
|
||||
episode: program.episode || null,
|
||||
icon: program.icon || null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue