diff --git a/storage/storage.cpp b/storage/storage.cpp index a284dc423f..569cd40b9e 100644 --- a/storage/storage.cpp +++ b/storage/storage.cpp @@ -1417,6 +1417,7 @@ void Storage::CancelDownloadNode(TCountryId const & countryId) ASSERT(!groupNode, ()); DeleteNode(descendantId); }); + SaveDownloadQueue(); } void Storage::RetryDownloadNode(TCountryId const & countryId)