mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -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 {
|
return {
|
||||||
title: program.title,
|
title: program.title,
|
||||||
description: program.description || null,
|
description: program.description || null,
|
||||||
category: program.category || [],
|
category: program.category || null,
|
||||||
season: program.season || null,
|
season: program.season || null,
|
||||||
episode: program.episode || null,
|
episode: program.episode || null,
|
||||||
icon: program.icon || null,
|
icon: program.icon || null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue