From 88d36fe4dcd45f410f52de67c9299ad9b00c0b4e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Jul 2021 17:16:03 +0200 Subject: [PATCH] Correctly fix peertube button link --- .../assets/player/videojs-components/peertube-link-button.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/assets/player/videojs-components/peertube-link-button.ts b/client/src/assets/player/videojs-components/peertube-link-button.ts index 9267b2ed4..98434898c 100644 --- a/client/src/assets/player/videojs-components/peertube-link-button.ts +++ b/client/src/assets/player/videojs-components/peertube-link-button.ts @@ -8,6 +8,8 @@ class PeerTubeLinkButton extends Button { constructor (player: videojs.Player, options?: PeerTubeLinkButtonOptions) { super(player, options as any) + + this.shortUUID = options.shortUUID } createEl () {