diff options
Diffstat (limited to 'shared/models/activitypub')
-rw-r--r-- | shared/models/activitypub/objects/playlist-object.ts | 3 |
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 5f6733f92..c11a23a69 100644 --- a/shared/models/activitypub/objects/playlist-object.ts +++ b/shared/models/activitypub/objects/playlist-object.ts | |||
@@ -13,6 +13,9 @@ export interface PlaylistObject { | |||
13 | 13 | ||
14 | icon: ActivityIconObject | 14 | icon: ActivityIconObject |
15 | 15 | ||
16 | published: string | ||
17 | updated: string | ||
18 | |||
16 | orderedItems?: string[] | 19 | orderedItems?: string[] |
17 | 20 | ||
18 | partOf?: string | 21 | partOf?: string |