try a different application type

This commit is contained in:
2024-12-10 17:11:21 -06:00
parent 328970f3d8
commit a334fbf9da

View File

@@ -65,7 +65,7 @@ class PodcastFeed {
if (episode.data.podcast.transcriptUrl) {
item.customElements.push({ 'podcast:transcript': {_attr:{
url:`${episode.data.podcast.transcriptUrl}`,
type:"application/x-subrip"
type:"application/srt"
}}
})
console.log()