mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-17 21:44:48 -04:00
Use the default IndexerCapabilities for TorrentRssIndexer
This commit is contained in:
@@ -79,10 +79,7 @@ namespace NzbDrone.Core.Indexers.Definitions.TorrentRss
|
||||
|
||||
private IndexerCapabilities SetCapabilities()
|
||||
{
|
||||
var caps = new IndexerCapabilities
|
||||
{
|
||||
SearchParams = new List<SearchParam>(),
|
||||
};
|
||||
var caps = new IndexerCapabilities();
|
||||
|
||||
caps.Categories.AddCategoryMapping(1, NewznabStandardCategory.Other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user