Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
fixed issue where 'pause' state was incorrect after video ends but th…
Browse files Browse the repository at this point in the history
…e user scrubs back

Closes #200
  • Loading branch information
alex-phillips authored and gkatsev committed Apr 28, 2017
1 parent d96a540 commit 628e502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/videojs/providers/RTMPVideoProvider.as
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ package com.videojs.providers{
}
else if(_hasEnded){
_ns.seek(pTime);
_isPaused = false;
_isPlaying = true;
_hasEnded = false;
_reportEnded = false;
Expand Down

0 comments on commit 628e502

Please # to comment.