try add language

This commit is contained in:
2024-12-10 17:12:47 -06:00
parent a334fbf9da
commit 5cdb6a4c88

View File

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