aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/objects/playlist-object.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-01-13 14:12:29 +0100
committerChocobozzz <me@florianbigard.com>2022-01-13 14:16:32 +0100
commit3726c3725506d0f8a26ded34f42d7bcfb5d0e639 (patch)
tree1e4ce0d16a0ec4acf6f63ddb4aec6f6f143218d4 /shared/models/activitypub/objects/playlist-object.ts
parent696b45deb63bc9f36da9c9ee55c5d4a3a883b87e (diff)
downloadPeerTube-3726c3725506d0f8a26ded34f42d7bcfb5d0e639.tar.gz
PeerTube-3726c3725506d0f8a26ded34f42d7bcfb5d0e639.tar.zst
PeerTube-3726c3725506d0f8a26ded34f42d7bcfb5d0e639.zip
Add missing mediaType info to AP objects
Diffstat (limited to 'shared/models/activitypub/objects/playlist-object.ts')
-rw-r--r--shared/models/activitypub/objects/playlist-object.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/models/activitypub/objects/playlist-object.ts b/shared/models/activitypub/objects/playlist-object.ts
index b561d8efd..842c03790 100644
--- a/shared/models/activitypub/objects/playlist-object.ts
+++ b/shared/models/activitypub/objects/playlist-object.ts
@@ -5,7 +5,10 @@ export interface PlaylistObject {
5 type: 'Playlist' 5 type: 'Playlist'
6 6
7 name: string 7 name: string
8
8 content: string 9 content: string
10 mediaType: 'text/markdown'
11
9 uuid: string 12 uuid: string
10 13
11 totalItems: number 14 totalItems: number