mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -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) {
|
function parseSeason(item) {
|
||||||
if (!item.content.seasonNumber) return null
|
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
|
return item.content.seasonNumber
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user