Update vd
This commit is contained in:
parent
1bb1f8f5c4
commit
a6d73f094d
2
js/vd.js
2
js/vd.js
|
@ -483,6 +483,8 @@ vd.setup = function(video, args) {
|
||||||
|
|
||||||
if (player.getAttribute('disable-thumbnails') == undefined) {
|
if (player.getAttribute('disable-thumbnails') == undefined) {
|
||||||
|
|
||||||
|
player.poster(root + "poster.png");
|
||||||
|
|
||||||
let thumbnails = [];
|
let thumbnails = [];
|
||||||
const MAX_INDEX = 100;
|
const MAX_INDEX = 100;
|
||||||
for (let i = 0; i <= MAX_INDEX; i++) {
|
for (let i = 0; i <= MAX_INDEX; i++) {
|
||||||
|
|
Loading…
Reference in New Issue