mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix reloading new live session in embed
This commit is contained in:
parent
a6b26afc56
commit
41c26d154a
@ -79,7 +79,10 @@ export class PlayerHTML {
|
||||
}
|
||||
|
||||
removeInformation () {
|
||||
if (!this.informationElement) return
|
||||
|
||||
this.removeElement(this.informationElement)
|
||||
this.informationElement = undefined
|
||||
}
|
||||
|
||||
private getPlaceholderElement () {
|
||||
|
Loading…
Reference in New Issue
Block a user