Cleanup SearchCriteria, Pass Cats from Search to Indexers

This commit is contained in:
Qstick
2020-11-18 15:35:14 -05:00
parent 529102ebcf
commit 6100adc515
25 changed files with 89 additions and 176 deletions
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Test.IndexerTests.IntegrationTests
_singleSearchCriteria = new MovieSearchCriteria()
{
SceneTitles = new List<string> { "Person of Interest" },
SearchTerm = "Person of Interest",
};
}