mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
video embed: use instance name as html title
This commit is contained in:
parent
ecc69f6b9b
commit
915e2bbb97
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue