mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Merge pull request #1251 from mcastellaneta/patch-3
Update guidatv.sky.it.config.js
This commit is contained in:
commit
7933c15199
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue