diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-28 14:04:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-28 14:11:10 +0200 |
commit | bd2b51be4b29e6c3c72d8715164cde672bd41186 (patch) | |
tree | f3d54d1a49dffacd073dedc288fa8f7c2e7f7683 /client/src/app/+videos | |
parent | 9f4109e263be961ab0b210fcbc003a8c78f5b9fe (diff) | |
download | PeerTube-bd2b51be4b29e6c3c72d8715164cde672bd41186.tar.gz PeerTube-bd2b51be4b29e6c3c72d8715164cde672bd41186.tar.zst PeerTube-bd2b51be4b29e6c3c72d8715164cde672bd41186.zip |
Put instance name in embed button
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.ts | 1 |
1 files changed, 1 insertions, 0 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 d05f08a5f..6a3bd1522 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.ts +++ b/client/src/app/+videos/+video-watch/video-watch.component.ts | |||
@@ -627,6 +627,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
627 | 627 | ||
628 | embedUrl: video.embedUrl, | 628 | embedUrl: video.embedUrl, |
629 | embedTitle: video.name, | 629 | embedTitle: video.name, |
630 | instanceName: this.serverConfig.instance.name, | ||
630 | 631 | ||
631 | isLive: video.isLive, | 632 | isLive: video.isLive, |
632 | liveOptions, | 633 | liveOptions, |