mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Sizing of playlist
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