diff --git a/client/src/standalone/videos/shared/player-html.ts b/client/src/standalone/videos/shared/player-html.ts index 61231d2cb..d93678c10 100644 --- a/client/src/standalone/videos/shared/player-html.ts +++ b/client/src/standalone/videos/shared/player-html.ts @@ -79,7 +79,10 @@ export class PlayerHTML { } removeInformation () { + if (!this.informationElement) return + this.removeElement(this.informationElement) + this.informationElement = undefined } private getPlaceholderElement () {