Skip to content

Commit 7a9370e

Browse files
committed
1 parent 04b2670 commit 7a9370e

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

dist/video-js.swf

1 Byte
Binary file not shown.

src/com/videojs/providers/HLSProvider.as

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ package com.videojs.providers{
6767
if(!_loop){
6868
_isEnded = true;
6969
_isPaused = true;
70+
_isPlaying = false;
7071
_model.broadcastEvent(new VideoPlaybackEvent(VideoPlaybackEvent.ON_STREAM_CLOSE, {}));
7172
_model.broadcastEventExternally(ExternalEventName.ON_PAUSE);
7273
_model.broadcastEventExternally(ExternalEventName.ON_PLAYBACK_COMPLETE);

0 commit comments

Comments
 (0)