A couple of changes to library sync

This commit is contained in:
rembo10
2012-08-16 22:54:33 +05:30
parent f2e0afac25
commit 625b0efd13
3 changed files with 218 additions and 34 deletions

View File

@@ -176,8 +176,6 @@
$('#refresh_artist').click(function() {
$('#dialog').dialog("close");
});
getAlbumInfo();
getAlbumArt();
initActions();
setTimeout(function(){
initFancybox();
@@ -193,6 +191,8 @@
};
$(document).ready(function() {
getAlbumInfo();
getAlbumArt();
initThisPage();
});