Skip to content

Commit

Permalink
Web page improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-eilertsen committed Dec 16, 2024
1 parent 0473657 commit 9eb3993
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions marvin.interaction.web/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,8 @@
}

const blob = await response.blob();
URL.createObjectURL(blob);

// Play the audio
audioPlayer.src = url;
audioPlayer.src = URL.createObjectURL(blob);
audioPlayer.style.display = "block";
audioPlayer.play();

Expand Down

0 comments on commit 9eb3993

Please sign in to comment.