]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/services.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / server / controllers / services.ts
index 70d08ab69088f187eeaff5771e092da8bc8245fe..cabcbc00b440efb8a2f0d18156561f3c3dbccc22 100644 (file)
@@ -141,7 +141,7 @@ function buildOEmbed (options: {
     html,
     width: embedWidth,
     height: embedHeight,
-    title: title,
+    title,
     author_name: channel.name,
     author_url: channel.Actor.url,
     provider_name: 'PeerTube',