mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update plex.tv.config.js
This commit is contained in:
parent
78f190fab0
commit
ef17af6b06
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
function parseCategories(item) {
|
||||
return item.Genre.map(g => g.tag)
|
||||
return Array.isArray(item.Genre) ? item.Genre.map(g => g.tag) : []
|
||||
}
|
||||
|
||||
function parseStart(item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue