mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
Fixed playlist bug
This commit is contained in:
parent
3caea5eba5
commit
09618cfae6
@ -96,6 +96,9 @@ var MSTREAM = (function () {
|
||||
mstreamModule.clearPlaylist = function(){
|
||||
while(mstreamModule.playlist.length > 0) {mstreamModule.playlist.pop();}
|
||||
mstreamModule.positionCache.val = -1;
|
||||
|
||||
clearEnd();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user