diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-27 09:07:38 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-27 17:10:52 +0200 |
commit | 29837f8885eb37fa300e4b80c90a6d03ab337084 (patch) | |
tree | a7a066c6604c9adec4cb21c1bd1965c5bf253b03 /client/src/standalone/videos | |
parent | 5d0095fde19d803bead7cbad0452bd09f3351adc (diff) | |
download | PeerTube-29837f8885eb37fa300e4b80c90a6d03ab337084.tar.gz PeerTube-29837f8885eb37fa300e4b80c90a6d03ab337084.tar.zst PeerTube-29837f8885eb37fa300e4b80c90a6d03ab337084.zip |
Add ability to search by host in server
Diffstat (limited to 'client/src/standalone/videos')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 97437ce45..334f386b6 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -536,6 +536,7 @@ export class PeerTubeEmbed { | |||
536 | videoCaptions, | 536 | videoCaptions, |
537 | inactivityTimeout: 2500, | 537 | inactivityTimeout: 2500, |
538 | videoViewUrl: this.getVideoUrl(videoInfo.uuid) + '/views', | 538 | videoViewUrl: this.getVideoUrl(videoInfo.uuid) + '/views', |
539 | videoShortUUID: videoInfo.shortUUID, | ||
539 | videoUUID: videoInfo.uuid, | 540 | videoUUID: videoInfo.uuid, |
540 | 541 | ||
541 | isLive: videoInfo.isLive, | 542 | isLive: videoInfo.isLive, |