mirror of
https://github.com/iptv-org/epg
synced 2026-04-06 02:51:32 -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 []
|
||||
|
||||
const genreMetadata = item.details.metadata.find(meta =>
|
||||
meta.type === "GENRES"
|
||||
meta.type === 'GENRES'
|
||||
)
|
||||
|
||||
if (!genreMetadata?.value) return []
|
||||
|
||||
Reference in New Issue
Block a user