mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fix for images not loading when songchange
This commit is contained in:
@@ -66,6 +66,8 @@ var List = {
|
||||
full_playlist.push(full_playlist.shift());
|
||||
$("#wrapper").children()[0].remove();
|
||||
List.insertAtIndex($("#wrapper").children().length, full_playlist[full_playlist.length-2], false);
|
||||
document.getElementById('wrapper').scrollTop += 1;
|
||||
document.getElementById('wrapper').scrollTop -= 1;
|
||||
//populate_list(full_playlist);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user