aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.ts
diff options
context:
space:
mode:
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, 1 insertions, 1 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 e4edb42fb..9a3439731 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/+videos/+video-watch/video-watch.component.ts
@@ -226,7 +226,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
226 } 226 }
227 227
228 isVideoDownloadable () { 228 isVideoDownloadable () {
229 return this.video && this.video instanceof VideoDetails && this.video.downloadEnabled 229 return this.video && this.video instanceof VideoDetails && this.video.downloadEnabled && !this.video.isLive
230 } 230 }
231 231
232 loadCompleteDescription () { 232 loadCompleteDescription () {