]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/peertube-videojs-typings.ts
Upgrade client dependencies
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / peertube-videojs-typings.ts
index a58fa65050b9336c7b2685bf78cf35707ae672c2..abdf333e11244f4ec5d44f80dc6db4d4421a26ab 100644 (file)
@@ -21,6 +21,8 @@ type PeertubePluginOptions = {
   playerElement: HTMLVideoElement
   videoViewUrl: string
   videoDuration: number
+  startTime: number
+  autoplay: boolean
 }
 
 // videojs typings don't have some method we need