mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Fix broken player on live reload
This commit is contained in:
parent
41c26d154a
commit
b1934b7e9c
2 changed files with 13 additions and 2 deletions
|
@ -259,6 +259,7 @@ export class PeerTubeEmbed {
|
|||
|
||||
if (this.player) {
|
||||
this.player.dispose()
|
||||
this.player = undefined
|
||||
alreadyHadPlayer = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue