diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-26 16:05:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-26 16:05:49 +0200 |
commit | 5d0095fde19d803bead7cbad0452bd09f3351adc (patch) | |
tree | 48ff33b09422d7aeb0aaeccfd6627bf4e7979429 | |
parent | ac27887774e63d99f4e227fbe18846f143cc4b3c (diff) | |
download | PeerTube-5d0095fde19d803bead7cbad0452bd09f3351adc.tar.gz PeerTube-5d0095fde19d803bead7cbad0452bd09f3351adc.tar.zst PeerTube-5d0095fde19d803bead7cbad0452bd09f3351adc.zip |
Fix build
-rw-r--r-- | server/lib/client-html.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/client-html.ts b/server/lib/client-html.ts index c5d39445b..ae335240e 100644 --- a/server/lib/client-html.ts +++ b/server/lib/client-html.ts | |||
@@ -162,7 +162,7 @@ class ClientHtml { | |||
162 | let customHtml = ClientHtml.addTitleTag(html, escapeHTML(videoPlaylist.name)) | 162 | let customHtml = ClientHtml.addTitleTag(html, escapeHTML(videoPlaylist.name)) |
163 | customHtml = ClientHtml.addDescriptionTag(customHtml, mdToPlainText(videoPlaylist.description)) | 163 | customHtml = ClientHtml.addDescriptionTag(customHtml, mdToPlainText(videoPlaylist.description)) |
164 | 164 | ||
165 | const url = videoPlaylist.getWatchUrl() | 165 | const url = videoPlaylist.getWatchStaticPath() |
166 | const originUrl = videoPlaylist.url | 166 | const originUrl = videoPlaylist.url |
167 | const title = escapeHTML(videoPlaylist.name) | 167 | const title = escapeHTML(videoPlaylist.name) |
168 | const siteName = escapeHTML(CONFIG.INSTANCE.NAME) | 168 | const siteName = escapeHTML(CONFIG.INSTANCE.NAME) |