fix AnyFilesDownloading
This commit is contained in:
@@ -161,6 +161,6 @@ public sealed class CachedFileProvider : IDisposable
|
|||||||
|
|
||||||
public bool AnyFilesDownloading(List<string> hashes)
|
public bool AnyFilesDownloading(List<string> hashes)
|
||||||
{
|
{
|
||||||
return hashes.TrueForAll(_currentTransfers.Keys.Contains);
|
return hashes.Exists(_currentTransfers.Keys.Contains);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user