forked from 0x2620/oxjs
video widgets: add support for multiple audio and subtitles tracks (first pass)
This commit is contained in:
parent
7d7620601c
commit
00e6367ca9
5 changed files with 248 additions and 236 deletions
|
|
@ -38,7 +38,7 @@ Ox.VideoPlayerMenu = function(options, self) {
|
|||
});
|
||||
|
||||
self.$items = [];
|
||||
self.height = 0;
|
||||
self.height = 2;
|
||||
|
||||
self.options.items.forEach(function(item) {
|
||||
var $item;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue