1
0
Fork 0
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:
Chocobozzz 2022-10-24 10:32:35 +02:00
parent 41c26d154a
commit b1934b7e9c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 13 additions and 2 deletions

View file

@ -259,6 +259,7 @@ export class PeerTubeEmbed {
if (this.player) {
this.player.dispose()
this.player = undefined
alreadyHadPlayer = true
}