mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update plex.tv.config.js
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user