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, 0 insertions, 1 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 51d486ea5..3fdbc0184 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/+videos/+video-watch/video-watch.component.ts
@@ -181,7 +181,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
181 this.hasAlreadyAcceptedPrivacyConcern = true 181 this.hasAlreadyAcceptedPrivacyConcern = true
182 } 182 }
183 183
184
185 this.paramsSub = this.route.params.subscribe(routeParams => { 184 this.paramsSub = this.route.params.subscribe(routeParams => {
186 const videoId = routeParams[ 'videoId' ] 185 const videoId = routeParams[ 'videoId' ]
187 if (videoId) this.loadVideo(videoId) 186 if (videoId) this.loadVideo(videoId)