mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
fixed newznab parsing limited Wombles rss to TV
This commit is contained in:
parent
5dc7e03b8d
commit
074d7f2df5
4 changed files with 42 additions and 15 deletions
|
@ -42,7 +42,7 @@ namespace NzbDrone.Api.Indexers
|
|||
|
||||
private List<ReleaseResource> GetRss()
|
||||
{
|
||||
if (results == null)
|
||||
//if (results == null)
|
||||
{
|
||||
var reports = _rssFetcherAndParser.Fetch();
|
||||
var decisions = _downloadDecisionMaker.GetRssDecision(reports);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue