Added intermediate requesting flag for trackers to prevent premature deletion.

This commit is contained in:
Jari Sundell
2026-05-25 17:43:15 +02:00
committed by GitHub
parent e41b066555
commit e03ab27cf0
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ print_download_status(char* first, char* last, core::Download* d) {
} else if (d->tracker_controller().has_active_trackers_not_scrape()) {
auto tracker = d->tracker_controller().find_if([](const auto& t) {
return t.is_busy_not_scrape();
return t.is_requesting_not_scrape();
});
if (tracker.is_valid()) {