From b1bd5fabcc3dec1456479b87a7ff870e8dbd9393 Mon Sep 17 00:00:00 2001 From: olaven Date: Thu, 16 Mar 2023 18:00:28 +0100 Subject: [PATCH] Stupid change to retrigger 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 3772feb..7caf5fc 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.