aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/standalone')
-rw-r--r--client/src/standalone/videos/embed.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts
index fe65794f7..c79471005 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -750,7 +750,11 @@ export class PeerTubeEmbed {
750 isTheme: false 750 isTheme: false
751 } 751 }
752 752
753 await loadPlugin(this.peertubeHooks, pluginInfo, _ => this.buildPeerTubeHelpers(translations)) 753 await loadPlugin({
754 hooks: this.peertubeHooks,
755 pluginInfo,
756 peertubeHelpersFactory: _ => this.buildPeerTubeHelpers(translations)
757 })
754 } 758 }
755 } 759 }
756 } 760 }