mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-16 07:26:48 +00:00
demo subtitles tracks removed
This commit is contained in:
parent
a2696248ef
commit
6bfe202af0
1 changed files with 0 additions and 2 deletions
|
|
@ -42,8 +42,6 @@ class Player extends Component {
|
|||
label: 'English'
|
||||
}]);
|
||||
this.setSelectedSubtitleTrackId('https://raw.githubusercontent.com/caitp/ng-media/master/example/assets/captions/bunny-en.vtt');
|
||||
this.addSubtitleTracks(require('./subtitles').default);
|
||||
this.setSelectedSubtitleTrackId('https://raw.githubusercontent.com/NikolaBorislavovHristov/test-resources/master/1.vtt?token=AFrNArKXTTDZRHR16bqQBFQmJlB8FIUSks5cNgCGwA%3D%3D')
|
||||
}
|
||||
|
||||
onEnded = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue