+ <% if @music_session.music_session.mount.blank? %>
+
No audio available
+ <% end %>
<% else %>
LIVE SESSION ENDED
<% end %>
@@ -105,7 +110,7 @@
var showMusicSession = new JK.ShowMusicSession(JK.app);
showMusicSession.initialize("<%= @music_session.id %>");
- // remainder of this code is related to playing/pausing the recording
+ // remainder of this code is related to playing/pausing the session
var htmlAudio = $(".recording-controls").find('audio').get(0);
function formatTime(time) {
diff --git a/web/app/views/recordings/show.html.erb b/web/app/views/recordings/show.html.erb
index ceb08a75f..9402ca1e9 100644
--- a/web/app/views/recordings/show.html.erb
+++ b/web/app/views/recordings/show.html.erb
@@ -61,9 +61,14 @@