aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/video-watch.component.html')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.html b/client/src/app/+videos/+video-watch/video-watch.component.html
index df74a818b..830215225 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.html
+++ b/client/src/app/+videos/+video-watch/video-watch.component.html
@@ -106,7 +106,7 @@
106 ></my-recommended-videos> 106 ></my-recommended-videos>
107 </div> 107 </div>
108 108
109 <my-privacy-concerns></my-privacy-concerns> 109 <my-privacy-concerns *ngIf="video" [video]="video"></my-privacy-concerns>
110</div> 110</div>
111 111
112<my-player-styles></my-player-styles> 112<my-player-styles></my-player-styles>