From 7e5a57ab9b49bc9dae3f3259e519ae24e07e03c9 Mon Sep 17 00:00:00 2001 From: Elmar Kouwenhoven Date: Sat, 12 May 2012 00:06:53 +0200 Subject: [PATCH] After adding artist, redirect to artist page --- data/interfaces/default/artist.html | 5 +---- data/interfaces/default/searchresults.html | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/data/interfaces/default/artist.html b/data/interfaces/default/artist.html index 2232df6e..3c15d064 100644 --- a/data/interfaces/default/artist.html +++ b/data/interfaces/default/artist.html @@ -35,10 +35,7 @@ %endif ${artist['ArtistName']} -
- %if artist['Status'] == 'Loading': -

(Album information for this artist is currently being loaded)

- %endif +
diff --git a/data/interfaces/default/searchresults.html b/data/interfaces/default/searchresults.html index a337316f..bbf07f58 100644 --- a/data/interfaces/default/searchresults.html +++ b/data/interfaces/default/searchresults.html @@ -34,9 +34,9 @@ ${result['uniquename']}
${result['score']}
%if type == 'album': - Add this album + Add this album %else: - Add this artist + Add this artist %endif %endfor