]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/playlist/video-playlist.model.ts
Add/update/delete/list my playlists
[github/Chocobozzz/PeerTube.git] / shared / models / videos / playlist / video-playlist.model.ts
index 7fec0e42b57ad49e09590c03735f9c8e0d46918e..c0941727a92512a69146e520bd16172ded357d5f 100644 (file)
@@ -21,6 +21,6 @@ export interface VideoPlaylist {
   createdAt: Date | string
   updatedAt: Date | string
 
-  ownerAccount?: AccountSummary
+  ownerAccount: AccountSummary
   videoChannel?: VideoChannelSummary
 }