mirror of https://github.com/Jackett/Jackett
Fix blackhole downloads #135
This commit is contained in:
parent
aadf25e3b6
commit
d598017a03
|
@ -123,7 +123,7 @@ namespace Jackett
|
||||||
|
|
||||||
config.Routes.MapHttpRoute(
|
config.Routes.MapHttpRoute(
|
||||||
name: "blackhole",
|
name: "blackhole",
|
||||||
routeTemplate: "bh/{indexerID}/{apikey}/{path}",
|
routeTemplate: "bh/{indexerID}/{apikey}",
|
||||||
defaults: new { controller = "Blackhole", action = "Blackhole" }
|
defaults: new { controller = "Blackhole", action = "Blackhole" }
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue