diff --git a/src/routes/Player/Video/stremio-video/HTMLVideo.js b/src/routes/Player/Video/stremio-video/HTMLVideo.js index 327b61d74..ebd78d820 100644 --- a/src/routes/Player/Video/stremio-video/HTMLVideo.js +++ b/src/routes/Player/Video/stremio-video/HTMLVideo.js @@ -94,7 +94,7 @@ var HTMLVideo = function(container) { critical: critical }); - if (error.critical) { + if (critical) { self.dispatch('command', 'stop'); } };