mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
fixed failing torznab test
This commit is contained in:
@@ -25,7 +25,10 @@ namespace NzbDrone.Core.Indexers.Torznab
|
||||
}
|
||||
|
||||
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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user