Fix typo in audioTracks example
This commit is contained in:
parent
570339bb3a
commit
2087d0a150
@ -547,7 +547,7 @@ Example:
|
||||
},
|
||||
audioTracks: [
|
||||
{ language: 'es', title: 'Spanish', type: 'audio/mpeg', index: 0 },
|
||||
{ language: 'en', title: 'English', type: 'audio/mpeg', index: 1 } ],
|
||||
{ language: 'en', title: 'English', type: 'audio/mpeg', index: 1 }
|
||||
],
|
||||
textTracks: [
|
||||
{ title: '#1 French', language: 'fr', index: 0, type: 'text/vtt' },
|
||||
|
Loading…
Reference in New Issue
Block a user