mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix blackhole downloads #135
This commit is contained in:
@@ -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" }
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user