mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-03 15:12:13 +02:00
Fixed: Ignore empty tags when adding items to Flood
This commit is contained in:
parent
be937ec581
commit
0a5200766e
@ -81,7 +81,7 @@ namespace NzbDrone.Core.Download.Clients.Flood
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
return result.Where(t => t.IsNotNullOrWhiteSpace());
|
||||
}
|
||||
|
||||
public override string Name => "Flood";
|
||||
|
Loading…
x
Reference in New Issue
Block a user