mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Fix oembed for playlists
This commit is contained in:
parent
29837f8885
commit
a892c54a82
2 changed files with 5 additions and 5 deletions
|
@ -162,7 +162,7 @@ class ClientHtml {
|
|||
let customHtml = ClientHtml.addTitleTag(html, escapeHTML(videoPlaylist.name))
|
||||
customHtml = ClientHtml.addDescriptionTag(customHtml, mdToPlainText(videoPlaylist.description))
|
||||
|
||||
const url = videoPlaylist.getWatchStaticPath()
|
||||
const url = WEBSERVER.URL + videoPlaylist.getWatchStaticPath()
|
||||
const originUrl = videoPlaylist.url
|
||||
const title = escapeHTML(videoPlaylist.name)
|
||||
const siteName = escapeHTML(CONFIG.INSTANCE.NAME)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue