diff options
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 () { |