mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 03:16:53 -05:00
Update plex.tv.config.js
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function parseCategories(item) {
|
function parseCategories(item) {
|
||||||
return item.Genre.map(g => g.tag)
|
return Array.isArray(item.Genre) ? item.Genre.map(g => g.tag) : []
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseStart(item) {
|
function parseStart(item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user