]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/import/video-import.model.ts
Add ability to list imports of a channel sync
[github/Chocobozzz/PeerTube.git] / shared / models / videos / import / video-import.model.ts
index 92856c70f5262bb3a4f159a9c1c6de3c7e7ecbee..6aed7a91a1013472f67aa4370e65d36c4ee49de6 100644 (file)
@@ -16,4 +16,9 @@ export interface VideoImport {
   error?: string
 
   video?: Video & { tags: string[] }
+
+  videoChannelSync?: {
+    id: number
+    externalChannelUrl: string
+  }
 }