From 4f1052d49e3751e6089cdaf6c65f44f6e5df64a9 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Fri, 17 Aug 2012 16:28:28 +0530 Subject: [PATCH] Move getArtistBio out of init actions so it doesn't append when marking an album as wanted --- data/interfaces/default/artist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/artist.html b/data/interfaces/default/artist.html index 1e00b281..b0d8af05 100644 --- a/data/interfaces/default/artist.html +++ b/data/interfaces/default/artist.html @@ -182,7 +182,6 @@ showMsg("Getting artist information",true); %endif getArtistArt(); - getArtistBio(); getAlbumArt(); $('#album_table').dataTable({ "bDestroy": true, @@ -220,6 +219,7 @@ $(document).ready(function() { initActions(); initThisPage(); + getArtistBio(); });