mirror of
https://github.com/Radarr/Radarr
synced 2025-01-19 22:21:08 +00:00
Update default Jackett torznab link to api v2.0
This commit is contained in:
parent
67b4182f4d
commit
0bb5dfc3d2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public override IEnumerable<ProviderDefinition> DefaultDefinitions
|
|||
{
|
||||
get
|
||||
{
|
||||
yield return GetDefinition("Jackett", GetSettings("http://localhost:9117/torznab/YOURINDEXER"));
|
||||
yield return GetDefinition("Jackett", GetSettings("http://localhost:9117/api/v2.0/indexers/YOURINDEXER/results/torznab/"));
|
||||
yield return GetDefinition("HD4Free.xyz", GetSettings("http://hd4free.xyz"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue