X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fassets%2Fplayer%2Fvideojs-components%2Fpeertube-link-button.ts;h=98434898cfd9f082dd48690161662f71124b89b7;hb=171efc48e67498406feb6d7873b3482b41505515;hp=9267b2ed4cc768f3455ae880fe94962fd805010b;hpb=ac27887774e63d99f4e227fbe18846f143cc4b3c;p=github%2FChocobozzz%2FPeerTube.git 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 () {