]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-update.model.ts
Add ability to filter out public videos from admin
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-update.model.ts
index 4ef9041560edc68b1615f41d005e839e5125edfd..86653b959a73b257e4fa2db8b2d1d6a7ff06eda9 100644 (file)
@@ -19,4 +19,6 @@ export interface VideoUpdate {
   previewfile?: Blob
   scheduleUpdate?: VideoScheduleUpdate
   originallyPublishedAt?: Date | string
+
+  pluginData?: any
 }