Improve big play button animation
[oweals/peertube.git] / client / src / assets / player / peertube-videojs-typings.ts
index a58fa65050b9336c7b2685bf78cf35707ae672c2..a66caa30beffad446d898f37f6b60b8793d86e17 100644 (file)
@@ -21,6 +21,7 @@ type PeertubePluginOptions = {
   playerElement: HTMLVideoElement
   videoViewUrl: string
   videoDuration: number
+  startTime: number
 }
 
 // videojs typings don't have some method we need