mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 18:29:47 +00:00
Get 'current year' results for keywordless query in torrent-paradise-ml (#11039)
This commit is contained in:
parent
351c399bfd
commit
d24fe95467
1 changed files with 1 additions and 5 deletions
|
@ -93,13 +93,9 @@ namespace Jackett.Common.Indexers
|
|||
{
|
||||
var searchTerm = query.GetQueryString();
|
||||
if (string.IsNullOrWhiteSpace(searchTerm))
|
||||
{
|
||||
if (query.IsTest)
|
||||
{
|
||||
searchTerm = DateTime.Now.Year.ToString();
|
||||
}
|
||||
else return null;
|
||||
}
|
||||
|
||||
var qc = new NameValueCollection
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue