Shuffle and Repeat buttons redefines next track
This commit is contained in:
@@ -49,6 +49,7 @@ $(function(){
|
||||
}).disableTextSelect();
|
||||
$('#player .shuffle, #player .repeat').click(function(){
|
||||
$(this).toggleClass('on');
|
||||
setNext();
|
||||
}).disableTextSelect();
|
||||
$('#player .playlist').click(function(){
|
||||
$('#playlist').toggle();
|
||||
|
||||
Reference in New Issue
Block a user