]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/objects/playlist-object.ts
Create a dedicated table to track video thumbnails
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / playlist-object.ts
index 5f6733f92a1b8fa143f236a0d52aa646742fa48d..b561d8efd988a23d283f60b265b6e1f7f113eab6 100644 (file)
@@ -11,7 +11,10 @@ export interface PlaylistObject {
   totalItems: number
   attributedTo: string[]
 
-  icon: ActivityIconObject
+  icon?: ActivityIconObject
+
+  published: string
+  updated: string
 
   orderedItems?: string[]