aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/client-html.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-26 16:05:49 +0200
committerChocobozzz <me@florianbigard.com>2021-07-26 16:05:49 +0200
commit5d0095fde19d803bead7cbad0452bd09f3351adc (patch)
tree48ff33b09422d7aeb0aaeccfd6627bf4e7979429 /server/lib/client-html.ts
parentac27887774e63d99f4e227fbe18846f143cc4b3c (diff)
downloadPeerTube-5d0095fde19d803bead7cbad0452bd09f3351adc.tar.gz
PeerTube-5d0095fde19d803bead7cbad0452bd09f3351adc.tar.zst
PeerTube-5d0095fde19d803bead7cbad0452bd09f3351adc.zip
Fix build
Diffstat (limited to 'server/lib/client-html.ts')
-rw-r--r--server/lib/client-html.ts2
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)