mirror of
https://github.com/iptv-org/epg
synced 2026-09-14 04:56:25 -04:00
Update mojmaxtv.hrvatskitelekom.hr.config.js
Fix double quotes
This commit is contained in:
@@ -176,7 +176,7 @@ function parseCategories(item) {
|
|||||||
if (!item.details?.metadata) return []
|
if (!item.details?.metadata) return []
|
||||||
|
|
||||||
const genreMetadata = item.details.metadata.find(meta =>
|
const genreMetadata = item.details.metadata.find(meta =>
|
||||||
meta.type === "GENRES"
|
meta.type === 'GENRES'
|
||||||
)
|
)
|
||||||
|
|
||||||
if (!genreMetadata?.value) return []
|
if (!genreMetadata?.value) return []
|
||||||
|
|||||||
Reference in New Issue
Block a user