Update xmltv.js

This commit is contained in:
Aleksandr Statciuk 2023-01-04 04:43:13 +03:00
parent 464c2c81cd
commit ef788ed044
1 changed files with 111 additions and 111 deletions

View File

@ -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 })
])
)