|
|
@ -79,10 +79,7 @@ namespace NzbDrone.Core.Indexers.Definitions.TorrentRss
|
|
|
|
|
|
|
|
|
|
|
|
private IndexerCapabilities SetCapabilities()
|
|
|
|
private IndexerCapabilities SetCapabilities()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var caps = new IndexerCapabilities
|
|
|
|
var caps = new IndexerCapabilities();
|
|
|
|
{
|
|
|
|
|
|
|
|
SearchParams = new List<SearchParam>(),
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
caps.Categories.AddCategoryMapping(1, NewznabStandardCategory.Other);
|
|
|
|
caps.Categories.AddCategoryMapping(1, NewznabStandardCategory.Other);
|
|
|
|
|
|
|
|
|
|
|
|