From 6f6cf38488228c3047b1db8bed3754f2b0f3f383 Mon Sep 17 00:00:00 2001 From: Jason Raitz Date: Thu, 10 Oct 2024 17:35:39 -0400 Subject: [PATCH] typo --- app/views/player/_record.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/player/_record.html.erb b/app/views/player/_record.html.erb index d09d108..a07ebb3 100644 --- a/app/views/player/_record.html.erb +++ b/app/views/player/_record.html.erb @@ -5,7 +5,7 @@

<%= record.title %>

- + <% if record.tracks.empty? %>

No track information found.

<% else %>