Sizing of playlist

This commit is contained in:
Kasper Rynning-Tønnesen
2015-12-15 17:02:38 +01:00
parent 6f5ac24d23
commit 28c4fc91a5
3 changed files with 3 additions and 2 deletions

View File

@@ -186,6 +186,7 @@ var List = {
},
insertAtIndex: function(song_info, transition) {
if(video_id == song_info.id) return;
i = List.getIndexOfSong(song_info.id);
if(i === 0)