mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
New: (Cardigann) AllowRawSearch Property
This commit is contained in:
@@ -97,6 +97,7 @@ namespace NzbDrone.Core.Indexers
|
||||
definition.Privacy = defFile.Type == "private" ? IndexerPrivacy.Private : IndexerPrivacy.Public;
|
||||
definition.Capabilities = new IndexerCapabilities();
|
||||
definition.Capabilities.ParseCardigannSearchModes(defFile.Caps.Modes);
|
||||
definition.Capabilities.SupportsRawSearch = defFile.Caps.AllowRawSearch;
|
||||
MapCardigannCategories(definition, defFile);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user