Fix hung downloads

This commit is contained in:
Loporrit
2025-06-26 10:38:07 +00:00
parent 5fcedfa890
commit 0b7381f486

View File

@@ -297,6 +297,7 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
{
if (!fi.Exists)
{
_orchestrator.ReleaseDownloadSlot();
Logger.LogDebug("{dlName}: Detected early cancellation of download", fi.Name);
return;
}