mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update mojmaxtv.hrvatskitelekom.hr.config.js
Fix double quotes
This commit is contained in:
parent
eec8f4ea47
commit
cd7182ddb3
1 changed files with 1 additions and 1 deletions
|
@ -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 []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue