mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
fixed newznab parsing limited Wombles rss to TV
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user