mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fix of insertiom
This commit is contained in:
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -186,6 +186,7 @@ var List = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
insertAtIndex: function(song_info, transition) {
|
insertAtIndex: function(song_info, transition) {
|
||||||
|
if(video_id == song_info.id) return;
|
||||||
i = List.getIndexOfSong(song_info.id);
|
i = List.getIndexOfSong(song_info.id);
|
||||||
|
|
||||||
if(i === 0)
|
if(i === 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user