aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-videojs-typings.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-12-17 14:14:54 +0100
committerChocobozzz <me@florianbigard.com>2018-12-17 14:15:30 +0100
commit3b019808ef529cacce7f40706441670309e231d1 (patch)
tree3fd6668e16943da46ca4be12d2c92aa360183edf /client/src/assets/player/peertube-videojs-typings.ts
parent259dd796e6d93db8068ec47aac99a560f2818673 (diff)
downloadPeerTube-3b019808ef529cacce7f40706441670309e231d1.tar.gz
PeerTube-3b019808ef529cacce7f40706441670309e231d1.tar.zst
PeerTube-3b019808ef529cacce7f40706441670309e231d1.zip
Set last subtitle or subtitle in URL
Diffstat (limited to 'client/src/assets/player/peertube-videojs-typings.ts')
-rw-r--r--client/src/assets/player/peertube-videojs-typings.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/assets/player/peertube-videojs-typings.ts b/client/src/assets/player/peertube-videojs-typings.ts
index d127230fa..634c7fdc9 100644
--- a/client/src/assets/player/peertube-videojs-typings.ts
+++ b/client/src/assets/player/peertube-videojs-typings.ts
@@ -39,6 +39,7 @@ type PeertubePluginOptions = {
39 autoplay: boolean, 39 autoplay: boolean,
40 videoCaptions: VideoJSCaption[] 40 videoCaptions: VideoJSCaption[]
41 41
42 subtitle?: string
42 userWatching?: UserWatching 43 userWatching?: UserWatching
43} 44}
44 45