Fixed playlist bug

This commit is contained in:
IrosTheBeggar 2017-02-04 00:30:46 -05:00
parent 3caea5eba5
commit 09618cfae6

View File

@ -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;
}