mirror of https://github.com/Chocobozzz/PeerTube
Correctly fix peertube button link
parent
916bf5283b
commit
88d36fe4dc
|
@ -8,6 +8,8 @@ class PeerTubeLinkButton extends Button {
|
|||
|
||||
constructor (player: videojs.Player, options?: PeerTubeLinkButtonOptions) {
|
||||
super(player, options as any)
|
||||
|
||||
this.shortUUID = options.shortUUID
|
||||
}
|
||||
|
||||
createEl () {
|
||||
|
|
Loading…
Reference in New Issue