From a29164e34f5d9c38f13f81820594a8d6be314fc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 26 Apr 2012 14:28:03 +0200 Subject: [PATCH] Show remix information. --- src/main/resources/templates/track | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/templates/track b/src/main/resources/templates/track index f77f15c..6d96585 100644 --- a/src/main/resources/templates/track +++ b/src/main/resources/templates/track @@ -11,6 +11,9 @@ <%notfirst>&<%/notfirst> <% artist.name|html> <%/foreach> + <%ifnull !track.remix> + (<% track.remix|html> by <%foreach track.remixArtists artist><%notfirst> & <%/notfirst><% artist.name|html><%/foreach>) + <%/if>
-- 2.7.4