diff options
Diffstat (limited to 'client/src/assets')
-rw-r--r-- | client/src/assets/player/videojs-components/peertube-link-button.ts | 2 |
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 () { |