Insert revert

This commit is contained in:
Kasper Rynning-Tønnesen
2015-12-15 16:58:29 +01:00
parent 7fdeccd676
commit 6f5ac24d23
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)