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 () {