From 9777fe9eebe53debdf45091cab98f72a5987e05a Mon Sep 17 00:00:00 2001 From: John Livingston <38844060+JohnXLivingston@users.noreply.github.com> Date: Thu, 3 Jun 2021 12:28:26 +0200 Subject: Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153) * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc. --- client/src/standalone/videos/embed.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/standalone') diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 4ce5c78e8..a367feb8e 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts @@ -781,6 +781,8 @@ export class PeerTubeEmbed { return { getBaseStaticRoute: unimplemented, + getBaseRouterRoute: unimplemented, + getSettings: unimplemented, isLoggedIn: unimplemented, -- cgit v1.2.3