try add language
This commit is contained in:
@@ -65,7 +65,8 @@ class PodcastFeed {
|
||||
if (episode.data.podcast.transcriptUrl) {
|
||||
item.customElements.push({ 'podcast:transcript': {_attr:{
|
||||
url:`${episode.data.podcast.transcriptUrl}`,
|
||||
type:"application/srt"
|
||||
type:"application/srt",
|
||||
language:"en-us"
|
||||
}}
|
||||
})
|
||||
console.log()
|
||||
|
||||
Reference in New Issue
Block a user