From 5ded2821cbb855a92103033833709c2437dce8fd Mon Sep 17 00:00:00 2001 From: olaven Date: Thu, 16 Mar 2023 18:08:14 +0100 Subject: [PATCH] Retry deploy --- routes/api/feeds/[seriesId].ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api/feeds/[seriesId].ts b/routes/api/feeds/[seriesId].ts index 7caf5fc..3772feb 100644 --- a/routes/api/feeds/[seriesId].ts +++ b/routes/api/feeds/[seriesId].ts @@ -39,7 +39,7 @@ async function buildFeed(seriesId: string) { tag("title", serie.titles.title), tag("link", linkValue), 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 a static, valid category is fine. The point is simply to pass third party podcast feed validation.