]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-watch.component.ts
Fix import with when the imported file has the same extension than an
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch.component.ts
index 7ba8d1fa444097b2320fe035e698cdeb20976684..eefa43a73bde51ae4d543e1ccc7cd7627dbd4a51 100644 (file)
@@ -296,7 +296,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
   private setVideoLikesBarTooltipText () {
     this.likesBarTooltipText = this.i18n(
       '{{likesNumber}} likes / {{dislikesNumber}} dislikes',
-      { likesNumber: this.video.likes, dislikes: this.video.dislikes }
+      { likesNumber: this.video.likes, dislikesNumber: this.video.dislikes }
     )
   }
 
@@ -368,7 +368,8 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
       enableHotkeys: true,
       peertubeLink: false,
       poster: this.video.previewUrl,
-      startTime
+      startTime,
+      theaterMode: true
     })
 
     if (this.videojsLocaleLoaded === false) {