diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-19 16:02:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-21 17:38:13 +0200 |
commit | 12dc3a942a13c7f1489822dae052da197ef15905 (patch) | |
tree | 7b87b6be692af0b62ebac17e720c80244fd8a7ec /server/lib/video-pre-import.ts | |
parent | c6867725fb8e3dfbc2018a37ed5a963103587cb6 (diff) | |
download | PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.tar.gz PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.tar.zst PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.zip |
Implement replace file in server side
Diffstat (limited to 'server/lib/video-pre-import.ts')
-rw-r--r-- | server/lib/video-pre-import.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/video-pre-import.ts b/server/lib/video-pre-import.ts index 381f1f535..fcb9f77d7 100644 --- a/server/lib/video-pre-import.ts +++ b/server/lib/video-pre-import.ts | |||
@@ -89,6 +89,7 @@ async function insertFromImportIntoDB (parameters: { | |||
89 | notify: false, | 89 | notify: false, |
90 | isRemote: false, | 90 | isRemote: false, |
91 | isNew: true, | 91 | isNew: true, |
92 | isNewFile: true, | ||
92 | transaction: t | 93 | transaction: t |
93 | }) | 94 | }) |
94 | 95 | ||