Fix updated orphans not displayed
This commit is contained in:
parent
b16eb710dd
commit
6fc322f315
@ -50,6 +50,7 @@ async fn main() {
|
||||
}
|
||||
|
||||
let mut orphans = validation_result.validated_orphan_files;
|
||||
orphans.append(&mut validation_result.updated_orphan_files);
|
||||
debug!("Inserting unassigned files into orphan table...");
|
||||
for unassigned in validation_result.unassigned_files {
|
||||
let mut orphan = OrphanFile::try_from(unassigned).unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user