Altered duration calc in player

This commit is contained in:
Fergal Moran
2013-04-22 13:18:09 +01:00
parent 843d22a440
commit e182c15a2e

View File

@@ -64,7 +64,7 @@ com.podnoms.player = {
this.playButtonEl
.removeClass('play-button-small-loading')
.addClass('play-button-small-pause');
this.trackLoaded = true;
this.trackLoaded = true;r r sharing
}
this.currentPosition = this.currentSound.position;
var duration = this._getDurationEstimate(this.currentSound);