From e182c15a2ea46804ade3800475597c7eee40c789 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Mon, 22 Apr 2013 13:18:09 +0100 Subject: [PATCH] Altered duration calc in player --- static/js/com.podnoms.player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/com.podnoms.player.js b/static/js/com.podnoms.player.js index 0200058..152b386 100644 --- a/static/js/com.podnoms.player.js +++ b/static/js/com.podnoms.player.js @@ -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);