diff --git a/pages/podcasts/shows/[...episode].js b/pages/podcasts/shows/[...episode].js index ab9e658..80aaec9 100755 --- a/pages/podcasts/shows/[...episode].js +++ b/pages/podcasts/shows/[...episode].js @@ -45,7 +45,7 @@ const Episode = ( props ) => {

{props.episode.data[0].attributes.Title}

gtag.event({action: "play", category:"audio", label: "audio started", value: props.audiodata.audio_mp3})} onPause={e => gtag.event({action: "pause", category:"audio", label: "audio paused", value: props.audiodata.audio_mp3})} onEnded={e => gtag.event({action: "end", category:"audio", label: "audio ended", value: props.audiodata.audio_mp3})}