Cleanup Search UI, Newznab Caps API

This commit is contained in:
Qstick
2020-10-20 13:46:58 -04:00
parent f290afa68c
commit 84cbfe870f
105 changed files with 562 additions and 791 deletions
+1 -5
View File
@@ -25,11 +25,7 @@ namespace NzbDrone.Core.Indexers
public abstract bool SupportsRss { get; }
public abstract bool SupportsSearch { get; }
public abstract bool SupportsMusic { get; }
public abstract bool SupportsTv { get; }
public abstract bool SupportsMovies { get; }
public abstract bool SupportsBooks { get; }
public abstract IndexerCapabilities Capabilities { get; }
public IndexerBase(IIndexerStatusService indexerStatusService, IConfigService configService, Logger logger)
{