<%= song.artist %><% if (song.album) { %> · <%= song.album %><% } %>
<% if (song.uploadedByName) { %>Added by: <%= song.uploadedByName %>
<% } %><% if (song.genre) { %><%= song.genre %> · <% } %> <% if (song.year) { %><%= song.year %> · <% } %> <% if (song.durationSeconds) { %><%= Math.floor(song.durationSeconds/60) %>:<%= String(song.durationSeconds%60).padStart(2,'0') %><% } %>
← Back to songs