mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix concurrency issue with same torrent filename
This commit is contained in:
@@ -113,6 +113,7 @@ export interface VideoImportYoutubeDLPayload extends VideoImportAbstractPayload
|
||||
|
||||
export interface VideoImportTorrentPayload extends VideoImportAbstractPayload {
|
||||
type: VideoImportTorrentPayloadType
|
||||
torrentPath: string | null // null if magnet URI
|
||||
}
|
||||
|
||||
export type VideoImportPayload = VideoImportYoutubeDLPayload | VideoImportTorrentPayload
|
||||
|
||||
Reference in New Issue
Block a user