aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/types/peertube-videojs-typings.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-25 16:18:28 +0100
committerChocobozzz <me@florianbigard.com>2023-02-25 16:18:28 +0100
commit6de076222aca7005371e01768171efdc62ed8018 (patch)
tree3e8a34d5634cb91a9a1cd20e5043961b0fddc7fe /client/src/assets/player/types/peertube-videojs-typings.ts
parentc0687c91b9cf185c36e477ab30266c779f792ee1 (diff)
downloadPeerTube-6de076222aca7005371e01768171efdc62ed8018.tar.gz
PeerTube-6de076222aca7005371e01768171efdc62ed8018.tar.zst
PeerTube-6de076222aca7005371e01768171efdc62ed8018.zip
Avoid always resuming the end of the video
Diffstat (limited to 'client/src/assets/player/types/peertube-videojs-typings.ts')
-rw-r--r--client/src/assets/player/types/peertube-videojs-typings.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/assets/player/types/peertube-videojs-typings.ts b/client/src/assets/player/types/peertube-videojs-typings.ts
index 5674f78cb..eadf56cfa 100644
--- a/client/src/assets/player/types/peertube-videojs-typings.ts
+++ b/client/src/assets/player/types/peertube-videojs-typings.ts
@@ -108,6 +108,8 @@ type PeerTubePluginOptions = {
108 isLive: boolean 108 isLive: boolean
109 109
110 videoUUID: string 110 videoUUID: string
111
112 videoViewIntervalMs: number
111} 113}
112 114
113type MetricsPluginOptions = { 115type MetricsPluginOptions = {