Fix for the audio player
This commit is contained in:
parent
44308fb812
commit
a0c10974c9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const AbAudioPlayer = (audiodata) => {
|
||||||
return (
|
return (
|
||||||
<div className="audio">
|
<div className="audio">
|
||||||
<AudioPlayer
|
<AudioPlayer
|
||||||
src={audiodata.audio_path + audiodata.audio_mp3}
|
src={audiodata.audio_mp3.url}
|
||||||
//onPlay={e => gtag.event({action: "play", category:"audio", label: "audio started", value: audiodata.audio_mp3})}
|
//onPlay={e => gtag.event({action: "play", category:"audio", label: "audio started", value: audiodata.audio_mp3})}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue