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.
このコミットが含まれているのは:
saltycrys 2020-11-08 22:02:25 +01:00
コミット 3379f3ef61
2個のファイルの変更4行の追加3行の削除

ファイルの表示

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

長すぎる行があるためファイル差分は表示されません