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