Added support for querying newznab with multiple ids in one query.

This commit is contained in:
Taloth Saldono
2015-10-09 20:57:38 +02:00
parent 1ad1d73c91
commit 9162e97dd5
3 changed files with 30 additions and 0 deletions
@@ -89,6 +89,7 @@ namespace NzbDrone.Core.Indexers.Newznab
else if (xmlTvSearch.Attribute("supportedParams") != null)
{
capabilities.SupportedTvSearchParameters = xmlTvSearch.Attribute("supportedParams").Value.Split(',');
capabilities.SupportsAggregateIdSearch = true;
}
}