Skip to content

Commit 9ff892c

Browse files
Merge pull request #121 from clappr/feature/pip
Handle PiP Binge-Watching in HTML5Video
2 parents 9234071 + 48679a7 commit 9ff892c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/playbacks/html5_video/html5_video.js

-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ export default class HTML5Video extends Playback {
529529
this._destroyed = true
530530
this.handleTextTrackChange && this.el.textTracks.removeEventListener('change', this.handleTextTrackChange)
531531
this.$el.off('contextmenu')
532-
this.isPiPActive && this.exitPiP()
533532
super.destroy()
534533
this.el.removeAttribute('src')
535534
this.el.load() // load with no src to stop loading of the previous source and avoid leaks

0 commit comments

Comments
 (0)