mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fix reloading new live session in embed
This commit is contained in:
parent
a6b26afc56
commit
41c26d154a
1 changed files with 3 additions and 0 deletions
|
@ -79,7 +79,10 @@ export class PlayerHTML {
|
||||||
}
|
}
|
||||||
|
|
||||||
removeInformation () {
|
removeInformation () {
|
||||||
|
if (!this.informationElement) return
|
||||||
|
|
||||||
this.removeElement(this.informationElement)
|
this.removeElement(this.informationElement)
|
||||||
|
this.informationElement = undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
private getPlaceholderElement () {
|
private getPlaceholderElement () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue