mirror of
https://github.com/Jackett/Jackett
synced 2025-03-01 01:15:47 +00:00
parent
fd7a47e45d
commit
700fef516a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ namespace Jackett.Common.Indexers
|
|||
if (!string.IsNullOrWhiteSpace(searchString) && searchString.Length < 3)
|
||||
return releases; // search needs at least 3 characters
|
||||
if (string.IsNullOrEmpty(searchString))
|
||||
searchString = DateTime.Now.Year.ToString();
|
||||
searchString = "202"; // this search 2020 (yep, 2020 is not working)
|
||||
|
||||
var qc = new NameValueCollection
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue