diff options
Diffstat (limited to 'shared/models/activitypub')
-rw-r--r-- | shared/models/activitypub/objects/playlist-object.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/activitypub/objects/playlist-object.ts b/shared/models/activitypub/objects/playlist-object.ts index c11a23a69..b561d8efd 100644 --- a/shared/models/activitypub/objects/playlist-object.ts +++ b/shared/models/activitypub/objects/playlist-object.ts | |||
@@ -11,7 +11,7 @@ export interface PlaylistObject { | |||
11 | totalItems: number | 11 | totalItems: number |
12 | attributedTo: string[] | 12 | attributedTo: string[] |
13 | 13 | ||
14 | icon: ActivityIconObject | 14 | icon?: ActivityIconObject |
15 | 15 | ||
16 | published: string | 16 | published: string |
17 | updated: string | 17 | updated: string |