mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: remove default categories in c# trackers (#9831)
This commit is contained in:
@@ -359,15 +359,12 @@ namespace Jackett.Common.Indexers
|
||||
{
|
||||
protected BaseWebIndexer(string link, string id, string name, string description,
|
||||
IIndexerConfigurationService configService, WebClient client, Logger logger,
|
||||
ConfigurationData configData, IProtectionService p, TorznabCapabilities caps = null,
|
||||
ConfigurationData configData, IProtectionService p, TorznabCapabilities caps,
|
||||
string downloadBase = null)
|
||||
: base(link, id, name, description, configService, logger, configData, p)
|
||||
{
|
||||
webclient = client;
|
||||
downloadUrlBase = downloadBase;
|
||||
|
||||
if (caps == null)
|
||||
caps = TorznabUtil.CreateDefaultTorznabTVCaps();
|
||||
TorznabCaps = caps;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user