]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/client-html.ts
video embed: use instance name as html title
[github/Chocobozzz/PeerTube.git] / server / lib / client-html.ts
index 6a457a711c98dcdad02cd3f669cc9909542b5c01..f19ec7df02ebe6ca540c932b951c21a310b51e32 100644 (file)
@@ -211,6 +211,7 @@ class ClientHtml {
     let html = buffer.toString()
     html = await ClientHtml.addAsyncPluginCSS(html)
     html = ClientHtml.addCustomCSS(html)
+    html = ClientHtml.addTitleTag(html)
 
     ClientHtml.htmlCache[path] = html