Implement filelist and disable browser caching

This commit is contained in:
KZ
2015-08-11 23:10:15 +01:00
parent e007d321f6
commit c8dff6da72
13 changed files with 271 additions and 26 deletions

View File

@@ -16,6 +16,7 @@ using System.Web.Http;
namespace Jackett.Controllers
{
[AllowAnonymous]
[JackettAPINoCache]
public class BlackholeController : ApiController
{
private Logger logger;