mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
New: Support for indexers with image CAPTCHAs
This commit is contained in:
@@ -174,7 +174,7 @@ namespace Prowlarr.Api.V1
|
||||
|
||||
var data = _providerFactory.RequestAction(providerDefinition, name, query);
|
||||
|
||||
return Content(data.ToJson(), "application/json");
|
||||
return Json(data);
|
||||
}
|
||||
|
||||
protected virtual void Validate(TProviderDefinition definition, bool includeWarnings)
|
||||
|
||||
Reference in New Issue
Block a user