From a334fbf9dad30c393bc9841d7b743629e5c4ec27 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Tue, 10 Dec 2024 17:11:21 -0600 Subject: [PATCH] try a different application type --- layouts/podcast.11ty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/podcast.11ty.js b/layouts/podcast.11ty.js index bb5ecae..b012433 100644 --- a/layouts/podcast.11ty.js +++ b/layouts/podcast.11ty.js @@ -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()