mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-02 06:31:51 +02:00
Fix typo about download clients comment
This commit is contained in:
parent
220b4bc257
commit
c39fb4fe6f
@ -38,7 +38,7 @@ public DownloadClientProvider(IDownloadClientStatusService downloadClientStatusS
|
|||||||
|
|
||||||
public IDownloadClient GetDownloadClient(DownloadProtocol downloadProtocol, int indexerId = 0, bool filterBlockedClients = false, HashSet<int> tags = null)
|
public IDownloadClient GetDownloadClient(DownloadProtocol downloadProtocol, int indexerId = 0, bool filterBlockedClients = false, HashSet<int> tags = null)
|
||||||
{
|
{
|
||||||
// Tags aren't required, but indexers with tags should not be picked unless there is at least one matching tag.
|
// Tags aren't required, but download clients with tags should not be picked unless there is at least one matching tag.
|
||||||
// Defaulting to an empty HashSet ensures this is always checked.
|
// Defaulting to an empty HashSet ensures this is always checked.
|
||||||
tags ??= new HashSet<int>();
|
tags ??= new HashSet<int>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user