aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-12 09:13:15 +0100
committerChocobozzz <me@florianbigard.com>2021-02-12 09:13:15 +0100
commit06bee93748db63d25b8f3b24cd0eeba97a0bbfda (patch)
tree857f7bee54cd8f8bda84a09111f7d833e902292f /client/src/app/+videos/+video-watch/video-watch.component.ts
parent0dbc6c141a0cf097541dec24ae1b058521534caa (diff)
downloadPeerTube-06bee93748db63d25b8f3b24cd0eeba97a0bbfda.tar.gz
PeerTube-06bee93748db63d25b8f3b24cd0eeba97a0bbfda.tar.zst
PeerTube-06bee93748db63d25b8f3b24cd0eeba97a0bbfda.zip
Fix complete description loading
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