This commit is contained in:
Scott E. Graves 2024-12-03 14:28:01 -06:00
parent c8f2485ff0
commit cfb7a74841

View File

@ -753,6 +753,7 @@ auto base_provider::start(api_item_added_callback api_item_added,
polling::frequency::low, polling::frequency::low,
[this](auto &&stop_requested) { remove_deleted_items(stop_requested); }, [this](auto &&stop_requested) { remove_deleted_items(stop_requested); },
}); });
return true; return true;
} }