Skip to content

Commit

Permalink
Update Program.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Statciuk committed Nov 20, 2022
1 parent bc8655e commit 8bbbd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Program.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Program {
toTextObject(text, c.lang)
),
icon: toIconObject(p.icon),
episodeNumbers: p.episodeNumbers || getEpisodeNumbers(p.season, p.episode),
episodeNumbers: p.episodeNum || p.episodeNumbers || getEpisodeNumbers(p.season, p.episode),
date: p.date ? toUnix(p.date) : null,
start: p.start ? toUnix(p.start) : null,
stop: p.stop ? toUnix(p.stop) : null,
Expand Down

0 comments on commit 8bbbd1f

Please sign in to comment.