File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Enson Choy <enson.choy@harmonicinc.com>
3939Esteban Dosztal <edosztal@gmail.com>
4040Fadomire <fadomire@gmail.com>
4141Fernando Neira <slocomber@gmail.com>
42+ Gabor Balogh <grabomobil23@gmail.com>
4243Gerardo Meola <meola.gerardo@gmail.com>
4344Gil Gonen <gil.gonen@gmail.com>
4445Giorgio Gamberoni <giorgio.gamberoni@gmail.com>
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ Esteban Dosztal <edosztal@gmail.com>
5757Fadomire <fadomire@gmail.com>
5858Fernando Neira <slocomber@gmail.com>
5959François Beaufort <fbeaufort@google.com>
60+ Gabor Balogh <grabomobil23@gmail.com>
6061Gary Katsevman <git@gkatsev.com>
6162Gerardo Meola <meola.gerardo@gmail.com>
6263Gil Gonen <gil.gonen@gmail.com>
Original file line number Diff line number Diff line change @@ -275,7 +275,8 @@ shaka.media.VideoWrapper.PlayheadMover = class {
275275 }
276276
277277 // Yay! We were successful.
278- if ( this . mediaElement_ . currentTime != this . originTime_ ) {
278+ if ( this . mediaElement_ . currentTime != this . originTime_ ||
279+ this . mediaElement_ . currentTime === this . targetTime_ ) {
279280 this . timer_ . stop ( ) ;
280281 return ;
281282 }
You can’t perform that action at this time.
0 commit comments