diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-21 14:45:57 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-21 15:39:51 +0200 |
commit | 781ba981263ee6524fea1a95836108d252a124f4 (patch) | |
tree | d2185d8d5de30d037cac8267cdb7067e6b20d895 /client/src/standalone | |
parent | 365783532ea7942b96f5e83f4a4dc8f433a07603 (diff) | |
download | PeerTube-781ba981263ee6524fea1a95836108d252a124f4.tar.gz PeerTube-781ba981263ee6524fea1a95836108d252a124f4.tar.zst PeerTube-781ba981263ee6524fea1a95836108d252a124f4.zip |
Add ability to set a description to dynamic fields
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index af98a1561..995e8c277 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -588,7 +588,7 @@ export class PeerTubeEmbed { | |||
588 | }) | 588 | }) |
589 | } | 589 | } |
590 | 590 | ||
591 | this.runHook('action:embed.player.loaded', undefined, { player: this.player, videojs }) | 591 | this.runHook('action:embed.player.loaded', undefined, { player: this.player, videojs, video: videoInfo }) |
592 | } | 592 | } |
593 | 593 | ||
594 | private async initCore () { | 594 | private async initCore () { |