mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 17:59:42 +02:00
Merge e8f6ab52e5
into 85f1e51c8b
This commit is contained in:
commit
667907da79
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@
|
|||
// Map youtube qualities names
|
||||
var _yts = {
|
||||
highres: {res: 1080, label: '1080', yt: 'highres'},
|
||||
hd1440: {res: 1440, label: '1440', yt: 'hd1440'},
|
||||
hd1080: {res: 1080, label: '1080', yt: 'hd1080'},
|
||||
hd720: {res: 720, label: '720', yt: 'hd720'},
|
||||
large: {res: 480, label: '480', yt: 'large'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue