mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-15 21:14:32 +01:00
Remove duplicate logic in Deluge.cs
This commit is contained in:
parent
ad55a67a3f
commit
6b06003665
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ private ValidationFailure TestConnection()
|
|||
|
||||
private ValidationFailure TestCategory()
|
||||
{
|
||||
if (Settings.Category.IsNullOrWhiteSpace() && Settings.Category.IsNullOrWhiteSpace())
|
||||
if (Settings.Category.IsNullOrWhiteSpace())
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue