Skip to content

Commit

Permalink
chore: move sintel with subtitles to all platform list
Browse files Browse the repository at this point in the history
  • Loading branch information
coofzilla committed Mar 6, 2024
1 parent dc37e56 commit 3e3fbdb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/basic/src/VideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,14 @@ class VideoPlayer extends Component {
description: 'another bunny (can be saved)',
uri: 'https://rawgit.com/mediaelement/mediaelement-files/master/big_buck_bunny.mp4',
},
];

srcIosList = [
{
description: 'sintel with subtitles',
uri: 'https://bitmovin-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
},
];

srcIosList = [];

srcAndroidList = [
{
description: 'Another live sample',
Expand Down

0 comments on commit 3e3fbdb

Please sign in to comment.