feat: support audio/mpeg for podcast and tts

This commit is contained in:
2025-06-04 16:18:33 +09:00
committed by Satsuki Akiba (aider)
parent 60799ae9b7
commit e9e733ce8a
3 changed files with 6 additions and 2 deletions

View File

@ -38,7 +38,7 @@ export async function updatePodcastRSS() {
<category>${channelCategories}</category>
<language>${channelLanguage}</language>
<ttl>${channelTTL}</ttl>
<enclosure url="${fileUrl}" length="${fileSize}" type="audio/wav" />
<enclosure url="${fileUrl}" length="${fileSize}" type="audio/mpeg" />
<guid>${fileUrl}</guid>
<pubDate>${pubDate}</pubDate>
</item>