mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-22 04:49:29 +01:00
A couple of changes to library sync
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user