diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-29 17:16:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-29 17:16:03 +0200 |
commit | 88d36fe4dcd45f410f52de67c9299ad9b00c0b4e (patch) | |
tree | 38e5c39a0a34b35c8655b07ffb2829407d87a49f | |
parent | 916bf5283b90935c166966918d895cf6f55e24f7 (diff) | |
download | PeerTube-88d36fe4dcd45f410f52de67c9299ad9b00c0b4e.tar.gz PeerTube-88d36fe4dcd45f410f52de67c9299ad9b00c0b4e.tar.zst PeerTube-88d36fe4dcd45f410f52de67c9299ad9b00c0b4e.zip |
Correctly fix peertube button link
-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 () { |