indexers: add SupportsPagination to prevent fetching the first page multiple times (#14122)

This commit is contained in:
Bogdan
2023-03-05 14:30:40 +02:00
committed by GitHub
parent dcaa587853
commit 8729652e86
11 changed files with 71 additions and 11 deletions

View File

@@ -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;