wait for validation process to close
This commit is contained in:
parent
8a5889be37
commit
8fe7b87644
@ -107,6 +107,10 @@ fn check_media(
|
||||
|
||||
error_list.clear();
|
||||
|
||||
if let Err(e) = enc_proc.wait() {
|
||||
error!("Validation process: {e:?}");
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user