Import torrents with webtorrent
[oweals/peertube.git] / shared / models / videos / video-import.model.ts
index a5c582c678d5dacc06af5d2f203a71e5da3b193c..29385400630e42e38d5ddd25821c54e122938c87 100644 (file)
@@ -4,7 +4,11 @@ import { VideoImportState } from './video-import-state.enum'
 
 export interface VideoImport {
   id: number
+
   targetUrl: string
+  magnetUri: string
+  torrentName: string
+
   createdAt: string
   updatedAt: string
   state: VideoConstant<VideoImportState>