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.ts1
1 files changed, 1 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 dff37c034..24f0d8b41 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/+videos/+video-watch/video-watch.component.ts
@@ -541,6 +541,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
541 // Re init attributes 541 // Re init attributes
542 this.descriptionLoading = false 542 this.descriptionLoading = false
543 this.completeDescriptionShown = false 543 this.completeDescriptionShown = false
544 this.completeVideoDescription = undefined
544 this.remoteServerDown = false 545 this.remoteServerDown = false
545 this.currentTime = undefined 546 this.currentTime = undefined
546 547