mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
speedapptracker: add includingDead parm. resolves #14735
This commit is contained in:
@@ -86,6 +86,7 @@ namespace Jackett.Common.Indexers.Abstract
|
||||
var qc = new List<KeyValuePair<string, string>> // NameValueCollection don't support cat[]=19&cat[]=6
|
||||
{
|
||||
{ "itemsPerPage", "100" },
|
||||
{ "includingDead", "1" },
|
||||
{ "sort", "torrent.createdAt" },
|
||||
{ "direction", "desc" }
|
||||
};
|
||||
|
Reference in New Issue
Block a user