Fixed: Don't return results with categories that were not searched

This commit is contained in:
Qstick
2021-07-25 22:58:31 -04:00
parent 8c326fc5c2
commit 80beea9bdb
2 changed files with 17 additions and 1 deletions
@@ -97,6 +97,7 @@ namespace NzbDrone.Core.Indexers
result.ForEach(c =>
{
//Set common props
c.IndexerId = Definition.Id;
c.Indexer = Definition.Name;
c.DownloadProtocol = Protocol;