aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-24 10:44:25 +0200
committerChocobozzz <me@florianbigard.com>2022-10-24 10:44:25 +0200
commit91a4893063402d7beabb3104f9b989b8f88b6038 (patch)
treeef6ed9611babdf4b29838de337fee0584de0f895 /client/src/standalone/videos/embed.ts
parentd50e8d1aee3d563796ec1e184e094cdc937d0d77 (diff)
parentb1934b7e9cdece7c0c38e05b0f905dc2ccab9167 (diff)
downloadPeerTube-91a4893063402d7beabb3104f9b989b8f88b6038.tar.gz
PeerTube-91a4893063402d7beabb3104f9b989b8f88b6038.tar.zst
PeerTube-91a4893063402d7beabb3104f9b989b8f88b6038.zip
Merge branch 'release/4.3.0' into develop
Diffstat (limited to 'client/src/standalone/videos/embed.ts')
-rw-r--r--client/src/standalone/videos/embed.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts
index 5384ada1c..451e54840 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -259,6 +259,7 @@ export class PeerTubeEmbed {
259 259
260 if (this.player) { 260 if (this.player) {
261 this.player.dispose() 261 this.player.dispose()
262 this.player = undefined
262 alreadyHadPlayer = true 263 alreadyHadPlayer = true
263 } 264 }
264 265