forked from 0x2620/oxjs
update timeline overlay, too
This commit is contained in:
parent
3a17fcfe62
commit
cd5b1ac367
1 changed files with 3 additions and 0 deletions
|
|
@ -1481,6 +1481,9 @@ Ox.VideoAnnotationPanel = function(options, self) {
|
||||||
self.$player.forEach(function($player) {
|
self.$player.forEach(function($player) {
|
||||||
player.options({subtitles: self.options.subtitles});
|
player.options({subtitles: self.options.subtitles});
|
||||||
});
|
});
|
||||||
|
self.$timeline.forEach(function($timeline) {
|
||||||
|
$timeline.options({subtitles: self.options.subtitles});
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateTimelines() {
|
function updateTimelines() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue