mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
fix AnyFilesDownloading
This commit is contained in:
parent
68f0b28e9d
commit
7410c09a4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue