diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-27 09:09:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-27 09:09:50 +0100 |
commit | 16ec5e0833a4f72e75ca2a4f4be00f0453c68c80 (patch) | |
tree | 5b33355cebd25e57cf4695ac59ada14c087c083c /client/src/standalone/videos | |
parent | e81871782db9927b2eb14b5deeb03b4e7b3cce0a (diff) | |
parent | 195ba6cdf38f4515a514cf8432930576539b0a04 (diff) | |
download | PeerTube-16ec5e0833a4f72e75ca2a4f4be00f0453c68c80.tar.gz PeerTube-16ec5e0833a4f72e75ca2a4f4be00f0453c68c80.tar.zst PeerTube-16ec5e0833a4f72e75ca2a4f4be00f0453c68c80.zip |
Merge branch 'release/2.1.0'
Diffstat (limited to 'client/src/standalone/videos')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index c91ae08b9..5213443fc 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -262,6 +262,9 @@ export class PeerTubeEmbed { | |||
262 | 262 | ||
263 | private async buildDock (videoInfo: VideoDetails, configResponse: Response) { | 263 | private async buildDock (videoInfo: VideoDetails, configResponse: Response) { |
264 | if (this.controls) { | 264 | if (this.controls) { |
265 | // On webtorrent fallback, player may have been disposed | ||
266 | if (!this.player.player_) return | ||
267 | |||
265 | const title = this.title ? videoInfo.name : undefined | 268 | const title = this.title ? videoInfo.name : undefined |
266 | 269 | ||
267 | const config: ServerConfig = await configResponse.json() | 270 | const config: ServerConfig = await configResponse.json() |