diff --git a/views/track.ejs b/views/track.ejs index 6ee5fc7..46e51dd 100644 --- a/views/track.ejs +++ b/views/track.ejs @@ -1,17 +1,4 @@ - - - - - - Match Audio - - - - - - - - +<% include header.ejs %>
@@ -24,7 +11,7 @@
-

Matched tracks for

+

Matched albums for

<%= items[0].name %> - <%= items[0].artist.name %>

@@ -57,14 +44,4 @@
- - - +<% include footer.ejs %>