Maybe it was the stupid insret

This commit is contained in:
Kasper Rynning-Tønnesen
2015-12-15 17:03:58 +01:00
parent 28c4fc91a5
commit 6b2ad437d2
2 changed files with 1 additions and 2 deletions

View File

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