retroflix: revert now redundant #11914 resolves #11881

This commit is contained in:
Garfield69
2022-06-27 20:23:58 +12:00
parent ebd1fdba71
commit fbc65acdcc
2 changed files with 1 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ namespace Jackett.Common.Indexers.Abstract
[ExcludeFromCodeCoverage]
public abstract class SpeedAppTracker : BaseWebIndexer
{
protected virtual string ItemsPerPage => "100";
protected virtual bool UseP2PReleaseName => false;
private readonly Dictionary<string, string> _apiHeaders = new Dictionary<string, string>
{
@@ -89,7 +88,7 @@ namespace Jackett.Common.Indexers.Abstract
//var categoryMapping = MapTorznabCapsToTrackers(query).Distinct().ToList();
var qc = new List<KeyValuePair<string, string>> // NameValueCollection don't support cat[]=19&cat[]=6
{
{"itemsPerPage", ItemsPerPage},
{"itemsPerPage", "100"},
{"sort", "torrent.createdAt"},
{"direction", "desc"}
};

View File

@@ -12,7 +12,6 @@ namespace Jackett.Common.Indexers
[ExcludeFromCodeCoverage]
public class RetroFlix : SpeedAppTracker
{
protected override string ItemsPerPage => "90";
protected override bool UseP2PReleaseName => true;
public override string[] LegacySiteLinks { get; protected set; } = {