X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-video-playlist%2Fvideo-playlist-miniature.component.ts;h=225c4eb644d2fcf7790314b86b7a5797cfa74e9f;hb=0e45e336f62a411b3c423be46d16252355c754d7;hp=dd9fe0a5aae9a02b319b20e7fa9aa553147c9177;hpb=9f3bf1432d9087348563783c85e6ddb43649e2db;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.ts b/client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.ts index dd9fe0a5a..225c4eb64 100644 --- a/client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.ts +++ b/client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.ts @@ -32,7 +32,7 @@ export class VideoPlaylistMiniatureComponent implements OnInit { async ngOnInit () { this.buildPlaylistUrl() if (this.displayDescription) { - this.playlistDescription = await this.markdownService.textMarkdownToHTML(this.playlist.description) + this.playlistDescription = await this.markdownService.textMarkdownToHTML({ markdown: this.playlist.description }) } }