file mgr db unit tests and fixes
This commit is contained in:
parent
a995afa6eb
commit
b8b364f292
@ -454,6 +454,9 @@ auto file_manager::remove_file(const std::string &api_path) -> api_error {
|
||||
|
||||
close_all(api_path);
|
||||
|
||||
remove_upload(api_path, true);
|
||||
mgr_db_->remove_resume(api_path);
|
||||
|
||||
res = provider_.remove_file(api_path);
|
||||
if (res != api_error::success) {
|
||||
return res;
|
||||
|
Loading…
x
Reference in New Issue
Block a user