mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Fix Search and Add Indexers
This commit is contained in:
@@ -45,6 +45,7 @@ namespace NzbDrone.Core.Indexers
|
||||
definition.Protocol = provider.Protocol;
|
||||
definition.Privacy = provider.Privacy;
|
||||
definition.SupportsRss = provider.SupportsRss;
|
||||
definition.SupportsSearch = provider.SupportsSearch;
|
||||
definition.Capabilities = provider.Capabilities;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user