mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Try to fix video duplication
This commit is contained in:
@@ -185,7 +185,7 @@ export class VideosRedundancyScheduler extends AbstractScheduler {
|
||||
const tmpPath = await downloadWebTorrentVideo({ magnetUri }, VIDEO_IMPORT_TIMEOUT)
|
||||
|
||||
const destPath = join(CONFIG.STORAGE.REDUNDANCY_DIR, video.getVideoFilename(file))
|
||||
await move(tmpPath, destPath)
|
||||
await move(tmpPath, destPath, { overwrite: true })
|
||||
|
||||
const createdModel = await VideoRedundancyModel.create({
|
||||
expiresOn: this.buildNewExpiration(redundancy.minLifetime),
|
||||
|
||||
Reference in New Issue
Block a user