Skip to content

Commit

Permalink
do not verify if DVR is in use to determine current position
Browse files Browse the repository at this point in the history
  • Loading branch information
medeeiros committed Nov 23, 2016
1 parent ca38748 commit 50a6612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbacks/flashls/flashls.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export default class FlasHLS extends BaseFlashPlayback {
this.trigger(Events.PLAYBACK_SETTINGSUPDATE, this.name)
}

if (livePlayback && (!this._dvrEnabled || !this._dvrInUse)) {
if (livePlayback && !this._dvrEnabled) {
position = duration
}

Expand Down

0 comments on commit 50a6612

Please sign in to comment.