diff --git a/src/routes/Player/Player.js b/src/routes/Player/Player.js index ef9998a43..185879c6a 100644 --- a/src/routes/Player/Player.js +++ b/src/routes/Player/Player.js @@ -46,6 +46,7 @@ class Player extends Component { label: 'English' }]); this.dispatch('setProp', 'selectedSubtitleTrackId', 'https://raw.githubusercontent.com/caitp/ng-media/master/example/assets/captions/bunny-en.vtt'); + this.dispatch('command', 'load', this.props.stream); } onEnded = () => { @@ -74,7 +75,6 @@ class Player extends Component {