X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fassets%2Fplayer%2Fpeertube-videojs-typings.ts;h=993d5ee6b01ff835d33c416648b1389c58db2ba4;hb=1f6824c958440ace14f7c7f83c890b848a71f5d9;hp=9c029923772beb0452778e80e99bce681bbbe7c4;hpb=329d9086601b7ae2127be12166ee8c892c289c6e;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 9c0299237..993d5ee6b 100644 --- a/client/src/assets/player/peertube-videojs-typings.ts +++ b/client/src/assets/player/peertube-videojs-typings.ts @@ -27,7 +27,7 @@ type PeertubePluginOptions = { playerElement: HTMLVideoElement videoViewUrl: string videoDuration: number - startTime: number + startTime: number | string autoplay: boolean, videoCaptions: VideoJSCaption[] }