mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
milkie: fix episode search (#9791)
This commit is contained in:
@@ -76,8 +76,8 @@ namespace Jackett.Common.Indexers
|
||||
{ "ps", "100" }
|
||||
};
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(query.SearchTerm))
|
||||
qc.Add("query", query.SearchTerm);
|
||||
if (!string.IsNullOrWhiteSpace(query.GetQueryString()))
|
||||
qc.Add("query", query.GetQueryString());
|
||||
|
||||
if (query.HasSpecifiedCategories)
|
||||
qc.Add("categories", string.Join(",", MapTorznabCapsToTrackers(query)));
|
||||
|
Reference in New Issue
Block a user