diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-12 09:13:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-12 09:13:15 +0100 |
commit | 06bee93748db63d25b8f3b24cd0eeba97a0bbfda (patch) | |
tree | 857f7bee54cd8f8bda84a09111f7d833e902292f | |
parent | 0dbc6c141a0cf097541dec24ae1b058521534caa (diff) | |
download | PeerTube-06bee93748db63d25b8f3b24cd0eeba97a0bbfda.tar.gz PeerTube-06bee93748db63d25b8f3b24cd0eeba97a0bbfda.tar.zst PeerTube-06bee93748db63d25b8f3b24cd0eeba97a0bbfda.zip |
Fix complete description loading
-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 | ||