file manager fixes
This commit is contained in:
parent
8128ac09b3
commit
2fe468826d
@ -494,8 +494,10 @@ void file_manager::remove_resume(const std::string &api_path,
|
|||||||
source_path);
|
source_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (not no_lock) {
|
||||||
upload_notify_.notify_all();
|
upload_notify_.notify_all();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void file_manager::remove_upload(const std::string &api_path) {
|
void file_manager::remove_upload(const std::string &api_path) {
|
||||||
remove_upload(api_path, false);
|
remove_upload(api_path, false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user