]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-update.model.ts
Translated using Weblate (Galician)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-update.model.ts
index 6f96633ae480a19650dfeb9ee753c14e03baa3ee..e21ccae04ed55a1dbab53b5ef0e872aed1813b6e 100644 (file)
@@ -1,6 +1,5 @@
 import { VideoPrivacy } from './video-privacy.enum'
 import { VideoScheduleUpdate } from './video-schedule-update.model'
-
 export interface VideoUpdate {
   name?: string
   category?: number
@@ -18,4 +17,7 @@ export interface VideoUpdate {
   thumbnailfile?: Blob
   previewfile?: Blob
   scheduleUpdate?: VideoScheduleUpdate
+  originallyPublishedAt?: Date | string
+
+  pluginData?: any
 }