mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed error where adding whole playlists hides some songs
This commit is contained in:
@@ -210,10 +210,11 @@ var List = {
|
||||
else
|
||||
$("#wrapper > div:nth-child(" + (i) + ")").after(List.generateSong(song_info, transition, false, true, false));
|
||||
|
||||
var added = $("#wrapper").children()[i];
|
||||
|
||||
if(transition)
|
||||
{
|
||||
setTimeout(function(){
|
||||
var added = $("#wrapper").children()[i];
|
||||
$(added).css("height", 66);
|
||||
},5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user