diff --git a/app/views/gathers/show.html.erb b/app/views/gathers/show.html.erb index 904d405..ecf0967 100644 --- a/app/views/gathers/show.html.erb +++ b/app/views/gathers/show.html.erb @@ -38,7 +38,7 @@ $("#jplayer").jPlayer({ ready: function() { $(this).jPlayer("setMedia", { - mp3: "https://www.ensl.org/sounds/gather-1.mp3" + mp3: "https://www.ensl.org/sounds/gather-6.mp3" }).jPlayer("play", startTime); var click = document.ontouchstart === undefined ? 'click' : 'touchstart'; diff --git a/public/sounds/gather-6.mp3 b/public/sounds/gather-6.mp3 new file mode 100644 index 0000000..43dfde2 Binary files /dev/null and b/public/sounds/gather-6.mp3 differ