aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/types/peertube-videojs-typings.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-21 11:27:39 +0200
committerChocobozzz <chocobozzz@cpy.re>2022-10-24 14:48:24 +0200
commit326f36929a2bc37185e9188ee4eff17b52a329e5 (patch)
tree806af38a7d22c992a91d5bbf948cad7f517c1879 /client/src/assets/player/types/peertube-videojs-typings.ts
parent9ab330b90decf4edf152ff8e1d2948c065766b2c (diff)
downloadPeerTube-326f36929a2bc37185e9188ee4eff17b52a329e5.tar.gz
PeerTube-326f36929a2bc37185e9188ee4eff17b52a329e5.tar.zst
PeerTube-326f36929a2bc37185e9188ee4eff17b52a329e5.zip
Don't fallback to HLS with private videos
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 037c4b74b..f02673a66 100644
--- a/client/src/assets/player/types/peertube-videojs-typings.ts
+++ b/client/src/assets/player/types/peertube-videojs-typings.ts
@@ -166,6 +166,8 @@ type P2PMediaLoaderPluginOptions = {
166 startTime: number | string 166 startTime: number | string
167 167
168 loader: P2PMediaLoader 168 loader: P2PMediaLoader
169
170 requiresAuth: boolean
169} 171}
170 172
171export type P2PMediaLoader = { 173export type P2PMediaLoader = {