diff --git a/src/routes/Player/Video/stremio-video/HTMLVideo.js b/src/routes/Player/Video/stremio-video/HTMLVideo.js index a7a3eb178..2d5b211a6 100644 --- a/src/routes/Player/Video/stremio-video/HTMLVideo.js +++ b/src/routes/Player/Video/stremio-video/HTMLVideo.js @@ -93,6 +93,10 @@ var HTMLVideo = function(container) { message: message, critical: critical }); + + if (error.critical) { + self.dispatch('command', 'stop'); + } }; function onPausedChanged() { events.emit('propChanged', 'paused', getPaused());