mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update guidatv.sky.it.config.js
Fix typo
This commit is contained in:
committed by
GitHub
parent
11e532ef02
commit
27c02601f4
@@ -60,7 +60,7 @@ function parseIcon(item) {
|
||||
|
||||
function parseSeason(item) {
|
||||
if (!item.content.seasonNumber) return null
|
||||
if (String(item.content.seasonNumber)).length > 2) return null
|
||||
if (String(item.content.seasonNumber).length > 2) return null
|
||||
return item.content.seasonNumber
|
||||
}
|
||||
|
||||
@@ -68,4 +68,4 @@ function parseEpisode(item) {
|
||||
if (!item.content.episodeNumber) return null
|
||||
if (String(item.content.episodeNumber).length > 3) return null
|
||||
return item.content.episodeNumber
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user