This commit is contained in:
parent
8e41f71e70
commit
b80b7b482c
@ -520,10 +520,11 @@ void base_provider::remove_deleted_files(bool source_only) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (not exists) {
|
||||
removed_list.emplace_back(
|
||||
removed_item{api_path, false, meta[META_SOURCE]});
|
||||
if (exists) {
|
||||
continue;
|
||||
}
|
||||
|
||||
removed_list.emplace_back(removed_item{api_path, false, meta[META_SOURCE]});
|
||||
}
|
||||
|
||||
for (auto &&item : removed_list) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user