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 5e2683334..adb698e99 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/videos/+video-watch/video-watch.component.ts
@@ -290,7 +290,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
290 290
291 // If autoplay is true, we don't really need a poster 291 // If autoplay is true, we don't really need a poster
292 if (this.isAutoplay() === false) { 292 if (this.isAutoplay() === false) {
293 console.log('coucou')
294 this.playerElement.poster = this.video.previewUrl 293 this.playerElement.poster = this.video.previewUrl
295 } 294 }
296 295