mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-02 07:00:23 +00:00
Altered duration calc in player
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user