Update vd

This commit is contained in:
Thomas Forgione 2020-11-06 16:36:37 +01:00
parent 1bb1f8f5c4
commit a6d73f094d
1 changed files with 2 additions and 0 deletions

View File

@ -483,6 +483,8 @@ vd.setup = function(video, args) {
if (player.getAttribute('disable-thumbnails') == undefined) {
player.poster(root + "poster.png");
let thumbnails = [];
const MAX_INDEX = 100;
for (let i = 0; i <= MAX_INDEX; i++) {