From 7caaa164a8944ed7ed3b1991b961df5300501cb2 Mon Sep 17 00:00:00 2001 From: "Satsuki Akiba (aider)" Date: Wed, 4 Jun 2025 11:42:54 +0900 Subject: [PATCH] feat: add podcast item details to RSS feed --- services/podcast.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/services/podcast.ts b/services/podcast.ts index 2cec68a..181a423 100644 --- a/services/podcast.ts +++ b/services/podcast.ts @@ -22,7 +22,11 @@ export async function updatePodcastRSS() { itemsXml += ` <![CDATA[${ep.title}]]> - + + ${channelAuthor} + ${channelCategories} + ${channelLanguage} + ${channelTTL} ${fileUrl} ${pubDate}