]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-watch.component.ts
Redirect to uuid video route after upload
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch.component.ts
index 5e2683334f7f6a7a40d70f2d560d55d88879f68d..adb698e99ac9149710356298c5920fda8e23a9e7 100644 (file)
@@ -290,7 +290,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
 
           // If autoplay is true, we don't really need a poster
           if (this.isAutoplay() === false) {
-            console.log('coucou')
             this.playerElement.poster = this.video.previewUrl
           }