Update xmltv.js
This commit is contained in:
parent
464c2c81cd
commit
ef788ed044
|
@ -79,7 +79,7 @@ function createElements(channels, programs, date) {
|
|||
),
|
||||
...program.ratings.map(rating =>
|
||||
el('rating', { system: rating.system }, [
|
||||
el('value', {}, [rating.value]),
|
||||
el('value', {}, [escapeString(rating.value)]),
|
||||
el('icon', { src: rating.icon })
|
||||
])
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue