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