Remove duplicate logic in Deluge.cs

This commit is contained in:
Qstick 2021-05-31 15:20:19 -04:00 committed by GitHub
parent ad55a67a3f
commit 6b06003665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ private ValidationFailure TestConnection()
private ValidationFailure TestCategory()
{
if (Settings.Category.IsNullOrWhiteSpace() && Settings.Category.IsNullOrWhiteSpace())
if (Settings.Category.IsNullOrWhiteSpace())
{
return null;
}