mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fixed Disabled SSL on tracker side with BlueTigers Provider
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Jackett.Indexers
|
|||||||
public BlueTigers(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
|
public BlueTigers(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
|
||||||
: base(name: "BlueTigers",
|
: base(name: "BlueTigers",
|
||||||
description: "BlueTigers - No Ratio - Private",
|
description: "BlueTigers - No Ratio - Private",
|
||||||
link: "https://www.bluetigers.ca/",
|
link: "http://www.bluetigers.ca/",
|
||||||
caps: new TorznabCapabilities(),
|
caps: new TorznabCapabilities(),
|
||||||
manager: i,
|
manager: i,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
Reference in New Issue
Block a user