Added selective extras fetching to the artist page - had to make some backend changes to get this working: changed DB.select to DB.action in mb.py, added newstyle variable to getExtras

This commit is contained in:
rembo10
2012-08-19 15:37:09 +05:30
parent ecb5395c22
commit af2b0515ee
5 changed files with 69 additions and 6 deletions
+1 -1
View File
@@ -170,7 +170,7 @@
function initThisPage() {
$('#album_chooser').click(function() {
$('#dialog').dialog();
$('#dialog').dialog({ width: "500px" });
return false;
});
$('#refresh_artist').click(function() {