diff --git a/src/routes/Player/Video/Video.js b/src/routes/Player/Video/Video.js index d5255df11..51742c4af 100644 --- a/src/routes/Player/Video/Video.js +++ b/src/routes/Player/Video/Video.js @@ -31,7 +31,7 @@ class Video extends Component { } componentWillUnmount() { - this.dispatch('stop'); + this.dispatch('command', 'destroy'); } selectVideoImplementation = () => {