mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Typo paseDate -> parseDate
This commit is contained in:
parent
ffb06899ab
commit
5005d5fde6
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
writer: parseCast(info,"Scénario :"),
|
||||
composer: parseCast(info,"Musique :"),
|
||||
presenter: parseCast(info,"Présenté par :"),
|
||||
date: paseDate(info),
|
||||
date: parseDate(info),
|
||||
rating: parseRating(info),
|
||||
start,
|
||||
stop
|
||||
|
@ -108,7 +108,7 @@ function parseCast(info, type) {
|
|||
return people
|
||||
}
|
||||
|
||||
function paseDate(info) {
|
||||
function parseDate(info) {
|
||||
return (info && info.productionYear) ? info.productionYear : null
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue