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) {
|
||||
player.options({subtitles: self.options.subtitles});
|
||||
});
|
||||
self.$timeline.forEach(function($timeline) {
|
||||
$timeline.options({subtitles: self.options.subtitles});
|
||||
});
|
||||
}
|
||||
|
||||
function updateTimelines() {
|
||||
|
|
Loading…
Reference in a new issue