aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/services.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/controllers/services.ts')
-rw-r--r--server/controllers/services.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/services.ts b/server/controllers/services.ts
index 70d08ab69..cabcbc00b 100644
--- a/server/controllers/services.ts
+++ b/server/controllers/services.ts
@@ -141,7 +141,7 @@ function buildOEmbed (options: {
141 html, 141 html,
142 width: embedWidth, 142 width: embedWidth,
143 height: embedHeight, 143 height: embedHeight,
144 title: title, 144 title,
145 author_name: channel.name, 145 author_name: channel.name,
146 author_url: channel.Actor.url, 146 author_url: channel.Actor.url,
147 provider_name: 'PeerTube', 147 provider_name: 'PeerTube',