mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-03 22:36:22 +01:00
New: Redirect enabled by default when adding new usenet indexers
This commit is contained in:
parent
2b0e52ebca
commit
411e96ef2a
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,8 @@ private IndexerDefinition GetDefinition(string name, NewznabSettings settings, I
|
|||
SupportsSearch = SupportsSearch,
|
||||
SupportsRedirect = SupportsRedirect,
|
||||
SupportsPagination = SupportsPagination,
|
||||
Capabilities = caps
|
||||
Capabilities = caps,
|
||||
Redirect = true
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue