aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-10 14:21:26 +0100
committerChocobozzz <me@florianbigard.com>2020-11-10 14:21:26 +0100
commit25b7c847249c2b7f7b309b14eecb03dd024db649 (patch)
treebad822d4a10f902a23ad29ca5569e4f8b824446f /client/src/app/+videos/+video-watch/video-watch.component.ts
parent210856a7be4631540791bad027fb3ef0f7a51f14 (diff)
downloadPeerTube-25b7c847249c2b7f7b309b14eecb03dd024db649.tar.gz
PeerTube-25b7c847249c2b7f7b309b14eecb03dd024db649.tar.zst
PeerTube-25b7c847249c2b7f7b309b14eecb03dd024db649.zip
Try to optimize sha segments fetching
Diffstat (limited to 'client/src/app/+videos/+video-watch/video-watch.component.ts')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.ts b/client/src/app/+videos/+video-watch/video-watch.component.ts
index 48623cae0..66af9709d 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/+videos/+video-watch/video-watch.component.ts
@@ -771,6 +771,8 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
771 : null, 771 : null,
772 embedUrl: video.embedUrl, 772 embedUrl: video.embedUrl,
773 773
774 isLive: video.isLive,
775
774 language: this.localeId, 776 language: this.localeId,
775 777
776 userWatching: user && user.videosHistoryEnabled === true ? { 778 userWatching: user && user.videosHistoryEnabled === true ? {