Updating load progress properties when sound is locked

This commit is contained in:
Pavle Goloskokovic 2018-01-17 14:09:20 +01:00
parent 5720dff5dc
commit 196018d04a

View file

@ -102,6 +102,8 @@ var HTML5AudioFile = new Class({
{ {
setTimeout(function () setTimeout(function ()
{ {
this.filesLoaded = this.filesTotal;
this.percentComplete = 1;
this.onLoad(); this.onLoad();
}.bind(this)); }.bind(this));