mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-22 14:16:59 +01:00
Revert "rarbg: do not use ranked=0 with mode=list. resolves #8945"
This reverts commit abf85fe8fe.
This commit is contained in:
@@ -206,6 +206,7 @@ namespace Jackett.Common.Indexers
|
||||
{ "format", "json_extended" },
|
||||
{ "app_id", _appId },
|
||||
{ "limit", "100" },
|
||||
{ "ranked", "0" },
|
||||
{ "sort", _sort }
|
||||
};
|
||||
|
||||
@@ -228,7 +229,6 @@ namespace Jackett.Common.Indexers
|
||||
{
|
||||
// ignore ' (e.g. search for america's Next Top Model)
|
||||
searchString = searchString.Replace("'", "");
|
||||
qc.Add("ranked", "0");
|
||||
qc.Add("mode", "search");
|
||||
qc.Add("search_string", searchString);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user