diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-20 10:04:37 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-20 10:04:37 +0100 |
commit | 15ca2e871aa069e596baf9da22b3d2a1ab1a0b1a (patch) | |
tree | d4c893ae94bba8b824dccdabf31bd87cca87c316 /client/src/app/videos | |
parent | 0826c92d6fd327f9abcdda1054808a6b2587848d (diff) | |
download | PeerTube-15ca2e871aa069e596baf9da22b3d2a1ab1a0b1a.tar.gz PeerTube-15ca2e871aa069e596baf9da22b3d2a1ab1a0b1a.tar.zst PeerTube-15ca2e871aa069e596baf9da22b3d2a1ab1a0b1a.zip |
Fix nav in manage follows
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 1 |
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 | ||