]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-update.model.ts
Add ability to update thumbnail and preview on client
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-update.model.ts
index 0b26484d7aa8da870f77a703a3d2ab8ac6923bc5..b281ace9af0c9edc23df43ae8a54cafd090178f5 100644 (file)
@@ -11,4 +11,6 @@ export interface VideoUpdate {
   tags?: string[]
   commentsEnabled?: boolean
   nsfw?: boolean
+  thumbnailfile?: Blob
+  previewfile?: Blob
 }