Fixing Castfeedvalidator Errors #9

Merged
olaven merged 5 commits from fix/pass-castfeed-validator into main 2023-03-16 17:11:14 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit bcf648f64e - Show all commits

View File

@ -39,6 +39,13 @@ async function buildFeed(seriesId: string) {
tag("title", serie.titles.title), tag("title", serie.titles.title),
tag("link", linkValue), tag("link", linkValue),
tag("itunes:author", "NRK"), tag("itunes:author", "NRK"),
tag("itunes:category", "", [["text", serie.category.id]]),
tag("itunes:owner",
[
tag("itunes:name", "NRK"),
tag("itunes:email", "nrkpodcast@nrk.no")
]
),
tag( tag(
"description", "description",
serie.titles.subtitle || "" serie.titles.subtitle || ""