Fix reloading new live session in embed

pull/5378/head
Chocobozzz 2022-10-24 10:08:17 +02:00
parent a6b26afc56
commit 41c26d154a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -79,7 +79,10 @@ export class PlayerHTML {
}
removeInformation () {
if (!this.informationElement) return
this.removeElement(this.informationElement)
this.informationElement = undefined
}
private getPlaceholderElement () {