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')
|
||||
}
|
||||
|
||||
private static addHtmlLang (htmlStringPage: string, paramLang: string) {
|
||||
return htmlStringPage.replace('<html>', `<html lang="${paramLang}">`)
|
||||
}
|
||||
|
||||
private static addManifestContentHash (htmlStringPage: string) {
|
||||
return htmlStringPage.replace('[manifestContentHash]', FILES_CONTENT_HASH.MANIFEST)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue