Update videojs-vtt-thumbnails to latest upstream version

Note that the latest version on NPM is over two years old so this was built from source.
This commit is contained in:
saltycrys 2020-11-08 22:02:25 +01:00
parent aeed7deb2d
commit 3379f3ef61
2 changed files with 4 additions and 3 deletions

View File

@ -149,7 +149,8 @@ if (!video_data.params.listen && video_data.params.quality === 'dash') {
}
player.vttThumbnails({
src: location.origin + '/api/v1/storyboards/' + video_data.id + '?height=90'
src: location.origin + '/api/v1/storyboards/' + video_data.id + '?height=90',
showTimestamp: true
});
// Enable annotations

File diff suppressed because one or more lines are too long