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.
pull/1465/head
saltycrys 2020-11-08 22:02:25 +01:00
rodzic aeed7deb2d
commit 3379f3ef61
2 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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