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);