diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.ts | 1 |
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 | ||