]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/modal/video-share.component.ts
Fix build
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / modal / video-share.component.ts
index a9a7a0eabd63e9a3023d702ec3f95eb094599c4b..a2b38b3a07069a4ce16cd31fd67826c065f1c42e 100644 (file)
@@ -96,7 +96,7 @@ export class VideoShareComponent {
 
     if (!this.includeVideoInPlaylist) return base
 
-    return base  + '?videoId=' + this.video.uuid
+    return base + '?videoId=' + this.video.uuid
   }
 
   notSecure () {