fix seek for items

This commit is contained in:
j 2025-01-30 08:53:25 +05:30
commit 5591739531
4 changed files with 24 additions and 13 deletions

View file

@ -10,6 +10,7 @@ window.VideoPlayer = function(options) {
loop: false,
muted: false,
playbackRate: 1,
"in": 0,
position: 0,
volume: 1
}