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