mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -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 []
|
||||
|
||||
const genreMetadata = item.details.metadata.find(meta =>
|
||||
meta.type === "GENRES"
|
||||
meta.type === 'GENRES'
|
||||
)
|
||||
|
||||
if (!genreMetadata?.value) return []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue