Fixed: App not syncing correct if only Interactive Search enabled (#197)

Fixes #196
This commit is contained in:
bakerboy448
2021-06-11 14:42:00 -05:00
committed by GitHub
parent 6b52dd6e7a
commit 6612202384
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ namespace NzbDrone.Core.Applications.Radarr
return other.EnableRss == EnableRss &&
other.EnableAutomaticSearch == EnableAutomaticSearch &&
other.EnableInteractiveSearch == EnableAutomaticSearch &&
other.EnableInteractiveSearch == EnableInteractiveSearch &&
other.Name == Name &&
other.Implementation == Implementation &&
other.Priority == Priority &&