Fix typo in audioTracks example

This commit is contained in:
Hampton Maxwell
2018-07-25 13:18:02 -07:00
committed by GitHub
parent 570339bb3a
commit 2087d0a150

View File

@@ -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' },