Remove duplicate logic in Deluge.cs

pull/85/head
Qstick 4 years ago committed by GitHub
parent ad55a67a3f
commit 6b06003665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,7 +139,7 @@ namespace NzbDrone.Core.Download.Clients.Deluge
private ValidationFailure TestCategory() private ValidationFailure TestCategory()
{ {
if (Settings.Category.IsNullOrWhiteSpace() && Settings.Category.IsNullOrWhiteSpace()) if (Settings.Category.IsNullOrWhiteSpace())
{ {
return null; return null;
} }

Loading…
Cancel
Save