aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/assets/player')
-rw-r--r--client/src/assets/player/videojs-components/peertube-link-button.ts2
1 files changed, 2 insertions, 0 deletions
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 {
8 8
9 constructor (player: videojs.Player, options?: PeerTubeLinkButtonOptions) { 9 constructor (player: videojs.Player, options?: PeerTubeLinkButtonOptions) {
10 super(player, options as any) 10 super(player, options as any)
11
12 this.shortUUID = options.shortUUID
11 } 13 }
12 14
13 createEl () { 15 createEl () {