X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fassets%2Fplayer%2Fpeertube-videojs-typings.ts;h=abdf333e11244f4ec5d44f80dc6db4d4421a26ab;hb=293c885b5c6d4d694792cf430c51d73ecd1f3bee;hp=a66caa30beffad446d898f37f6b60b8793d86e17;hpb=f37bad639b36d35c29a464dc52123a1e7c9cd28a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/assets/player/peertube-videojs-typings.ts b/client/src/assets/player/peertube-videojs-typings.ts index a66caa30b..abdf333e1 100644 --- a/client/src/assets/player/peertube-videojs-typings.ts +++ b/client/src/assets/player/peertube-videojs-typings.ts @@ -22,6 +22,7 @@ type PeertubePluginOptions = { videoViewUrl: string videoDuration: number startTime: number + autoplay: boolean } // videojs typings don't have some method we need