mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 17:59:42 +02:00
readme: label fix
This commit is contained in:
parent
00a0f1534a
commit
e45af2a522
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ There's also a [working example](example.html) of the plugin you can check out i
|
||||||
// Update video sources
|
// Update video sources
|
||||||
player.newVideoSources([
|
player.newVideoSources([
|
||||||
{ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", label: 'SD' },
|
{ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", label: 'SD' },
|
||||||
{ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", lable: 'HD' },
|
{ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", label: 'HD' },
|
||||||
{ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", label: '4k' }
|
{ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4", label: '4k' }
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue