1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed torznab searching without any id or q.

Fixes #849
This commit is contained in:
Taloth Saldono
2015-10-11 21:37:25 +02:00
parent 897937a778
commit 74403815d9
2 changed files with 16 additions and 1 deletions
@@ -183,7 +183,7 @@ namespace NzbDrone.Core.Indexers.Newznab
private void AddTvIdPageableRequests(IndexerPageableRequestChain chain, int maxPages, IEnumerable<int> categories, SearchCriteriaBase searchCriteria, string parameters)
{
if (SupportsAggregatedIdSearch)
if (SupportsAggregatedIdSearch && (SupportsTvdbSearch || SupportsTvRageSearch || SupportsTvMazeSearch))
{
var ids = "";