Misc Sonarr Pulls

This commit is contained in:
Qstick
2017-10-07 23:54:13 -04:00
parent 4c916f9186
commit f8f988a083
48 changed files with 181 additions and 93 deletions
@@ -17,7 +17,7 @@ using NzbDrone.Core.ThingiProvider;
namespace NzbDrone.Core.Indexers
{
public abstract class HttpIndexerBase<TSettings> : IndexerBase<TSettings>
where TSettings : IProviderConfig, new()
where TSettings : IIndexerSettings, new()
{
protected const int MaxNumResultsPerQuery = 1000;