Correctly fix peertube button link

pull/4300/head
Chocobozzz 2021-07-29 17:16:03 +02:00
parent 916bf5283b
commit 88d36fe4dc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ class PeerTubeLinkButton extends Button {
constructor (player: videojs.Player, options?: PeerTubeLinkButtonOptions) {
super(player, options as any)
this.shortUUID = options.shortUUID
}
createEl () {