mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Remove uneeded function
This commit is contained in:
parent
ca87d95bcb
commit
63a3d336f6
1 changed files with 0 additions and 4 deletions
|
@ -350,10 +350,6 @@ class ClientHtml {
|
||||||
return join(__dirname, '../../../client/dist/standalone/videos/embed.html')
|
return join(__dirname, '../../../client/dist/standalone/videos/embed.html')
|
||||||
}
|
}
|
||||||
|
|
||||||
private static addHtmlLang (htmlStringPage: string, paramLang: string) {
|
|
||||||
return htmlStringPage.replace('<html>', `<html lang="${paramLang}">`)
|
|
||||||
}
|
|
||||||
|
|
||||||
private static addManifestContentHash (htmlStringPage: string) {
|
private static addManifestContentHash (htmlStringPage: string) {
|
||||||
return htmlStringPage.replace('[manifestContentHash]', FILES_CONTENT_HASH.MANIFEST)
|
return htmlStringPage.replace('[manifestContentHash]', FILES_CONTENT_HASH.MANIFEST)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue