]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/video-playlist.ts
Optimize markdown renderer
[github/Chocobozzz/PeerTube.git] / server / models / video / video-playlist.ts
index 0d43c795e3d731703c4944dba4d4c34666850259..c125db3ff98f3eba0ab73b41efa666f280be4c6f 100644 (file)
@@ -679,6 +679,7 @@ export class VideoPlaylistModel extends Model<Partial<AttributesOnly<VideoPlayli
           type: 'Playlist' as 'Playlist',
           name: this.name,
           content: this.description,
+          mediaType: 'text/markdown' as 'text/markdown',
           uuid: this.uuid,
           published: this.createdAt.toISOString(),
           updated: this.updatedAt.toISOString(),