mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Fixed: Don't return results with categories that were not searched
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user