mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 07:53:41 +02:00
indexers: add SupportsPagination
to prevent fetching the first page multiple times (#14122)
This commit is contained in:
@@ -22,6 +22,8 @@ namespace Jackett.Test.Common.Utils.FilterFuncs
|
||||
|
||||
public virtual string Language => throw TestExceptions.UnexpectedInvocation;
|
||||
|
||||
public virtual bool SupportsPagination => false;
|
||||
|
||||
public virtual string LastError
|
||||
{
|
||||
get => throw TestExceptions.UnexpectedInvocation;
|
||||
|
Reference in New Issue
Block a user