mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
GazelleTracker: start with empty caps
This commit is contained in:
parent
7211dfe07d
commit
80aae56028
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace Jackett.Indexers.Abstract
|
|||
: base(name: name,
|
||||
description: desc,
|
||||
link: link,
|
||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||
caps: new TorznabCapabilities(),
|
||||
manager: indexerManager,
|
||||
client: webClient,
|
||||
logger: logger,
|
||||
|
|
Loading…
Reference in a new issue