diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-05 10:40:09 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-05 10:40:09 +0100 |
commit | 03aff3c6f671ffd5d81169fb49a2faf666b12931 (patch) | |
tree | 78d254f99ee0073c65b7d6ca0450506674e93a59 /client/src/app/videos | |
parent | 5197732bcebb182cd7fc5c9f2bbc10b6d4843bc2 (diff) | |
download | PeerTube-03aff3c6f671ffd5d81169fb49a2faf666b12931.tar.gz PeerTube-03aff3c6f671ffd5d81169fb49a2faf666b12931.tar.zst PeerTube-03aff3c6f671ffd5d81169fb49a2faf666b12931.zip |
Fix build
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/modal/video-share.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/modal/video-share.component.ts b/client/src/app/videos/+video-watch/modal/video-share.component.ts index a9a7a0eab..a2b38b3a0 100644 --- a/client/src/app/videos/+video-watch/modal/video-share.component.ts +++ b/client/src/app/videos/+video-watch/modal/video-share.component.ts | |||
@@ -96,7 +96,7 @@ export class VideoShareComponent { | |||
96 | 96 | ||
97 | if (!this.includeVideoInPlaylist) return base | 97 | if (!this.includeVideoInPlaylist) return base |
98 | 98 | ||
99 | return base + '?videoId=' + this.video.uuid | 99 | return base + '?videoId=' + this.video.uuid |
100 | } | 100 | } |
101 | 101 | ||
102 | notSecure () { | 102 | notSecure () { |