mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed: More results in season searches when KAT
This commit is contained in:
parent
30ed3a4a80
commit
ba817557ba
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@ namespace NzbDrone.Core.Indexers.KickassTorrents
|
||||||
PrepareQuery(queryTitle),
|
PrepareQuery(queryTitle),
|
||||||
"category:tv",
|
"category:tv",
|
||||||
string.Format("S{0:00}", searchCriteria.SeasonNumber)));
|
string.Format("S{0:00}", searchCriteria.SeasonNumber)));
|
||||||
|
|
||||||
|
pageableRequests.Add(GetPagedRequests(MaxPages, "usearch",
|
||||||
|
PrepareQuery(queryTitle),
|
||||||
|
"category:tv",
|
||||||
|
string.Format("Season {0}", searchCriteria.SeasonNumber)));
|
||||||
}
|
}
|
||||||
|
|
||||||
return pageableRequests;
|
return pageableRequests;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue