mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 09:42:13 +00:00
load dispatch call fixed
This commit is contained in:
parent
bde6e72e7c
commit
f8230ce408
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +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);
|
||||
this.dispatch('command', 'load', this.props.stream, {});
|
||||
}
|
||||
|
||||
onEnded = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue