feat: support audio/mpeg for podcast and tts
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user