mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-14 08:50:48 +02:00
Use the default IndexerCapabilities for TorrentRssIndexer
This commit is contained in:
parent
72ab2b34c4
commit
e012eda0cf
1 changed files with 1 additions and 4 deletions
|
|
@ -79,10 +79,7 @@ private TorrentRssIndexerSettings GetSettings(string url, bool? allowZeroSize =
|
|||
|
||||
private IndexerCapabilities SetCapabilities()
|
||||
{
|
||||
var caps = new IndexerCapabilities
|
||||
{
|
||||
SearchParams = new List<SearchParam>(),
|
||||
};
|
||||
var caps = new IndexerCapabilities();
|
||||
|
||||
caps.Categories.AddCategoryMapping(1, NewznabStandardCategory.Other);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue