Allow anonymous access to results - probably fixes #1654

This commit is contained in:
chibidev
2017-08-13 02:23:39 +02:00
parent 403c0ef7e4
commit 7a8d83b693

View File

@@ -132,7 +132,7 @@ namespace Jackett.Controllers.V20
TorznabQuery CurrentQuery { get; set; }
}
[JackettAuthorized]
[AllowAnonymous]
[JackettAPINoCache]
[RoutePrefix("api/v2.0/indexers")]
[RequiresApiKey]