mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 16:42:01 +02:00
Saved password security
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Jackett.Indexers
|
||||
set { base.configData = value; }
|
||||
}
|
||||
|
||||
public Freshon(IIndexerManagerService i, Logger l, IWebClient c)
|
||||
public Freshon(IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps)
|
||||
: base(name: "FreshOnTV",
|
||||
description: "Our goal is to provide the latest stuff in the TV show domain",
|
||||
link: "https://freshon.tv/",
|
||||
@@ -41,6 +41,7 @@ namespace Jackett.Indexers
|
||||
manager: i,
|
||||
client: c,
|
||||
logger: l,
|
||||
p: ps,
|
||||
configData: new ConfigurationDataBasicLogin())
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user