Move getArtistBio out of init actions so it doesn't append when marking an album as wanted

This commit is contained in:
rembo10
2012-08-17 16:28:28 +05:30
parent 6ffef78f62
commit 4f1052d49e

View File

@@ -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();
});
</script>