diff options
-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) |