file manager fixes

This commit is contained in:
Scott E. Graves 2024-12-10 11:12:06 -06:00
parent 8128ac09b3
commit 2fe468826d

View File

@ -494,7 +494,9 @@ void file_manager::remove_resume(const std::string &api_path,
source_path);
}
upload_notify_.notify_all();
if (not no_lock) {
upload_notify_.notify_all();
}
}
void file_manager::remove_upload(const std::string &api_path) {