fixed failing torznab test

pull/4/head
Taloth Saldono 9 years ago
parent 9ad8311dd6
commit 21c901eab4

@ -25,7 +25,10 @@ namespace NzbDrone.Core.Indexers.Torznab
} }
public override DownloadProtocol Protocol { get { return DownloadProtocol.Torrent; } } public override DownloadProtocol Protocol { get { return DownloadProtocol.Torrent; } }
public override int PageSize { get { return 100; } } public override int PageSize
{
get { return _capabilitiesProvider.GetCapabilities(Settings).DefaultPageSize; }
}
public override IIndexerRequestGenerator GetRequestGenerator() public override IIndexerRequestGenerator GetRequestGenerator()
{ {

Loading…
Cancel
Save