Fixing Castfeedvalidator Errors #9
|
|
@ -39,7 +39,7 @@ 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"),
|
||||||
/* serie.category.id does not overlap with Apple's supported categories...
|
/* serie.category.id does not overlap with Apple's supported categories..
|
||||||
These podcast feeds are not going to be indexed in itunes anyways, so
|
These podcast feeds are not going to be indexed in itunes anyways, so
|
||||||
a static, valid category is fine. The point is simply to pass third party
|
a static, valid category is fine. The point is simply to pass third party
|
||||||
podcast feed validation.
|
podcast feed validation.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue