This commit is contained in:
2025-01-24 09:40:02 -06:00
parent 807a6e90f8
commit 1ee478ca71

View File

@ -826,7 +826,7 @@ auto base_provider::start(api_item_added_callback api_item_added,
polling::instance().set_callback({
"check_deleted",
polling::frequency::low,
[this](auto &&stop_requested) { remove_deleted_items(stop_requested); },
[this](auto &&stop) { remove_deleted_items(stop); },
});
return true;