mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fix of insertiom
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user