mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
cleaned up parsing logic and structure.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System;
|
||||
using System.ServiceModel.Syndication;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Parser;
|
||||
using NzbDrone.Core.Parser.Model;
|
||||
|
||||
namespace NzbDrone.Core.Indexers.Newznab
|
||||
{
|
||||
@@ -18,7 +20,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
return item.Id;
|
||||
}
|
||||
|
||||
protected override IndexerParseResult PostProcessor(SyndicationItem item, IndexerParseResult currentResult)
|
||||
protected override ReportInfo PostProcessor(SyndicationItem item, ReportInfo currentResult)
|
||||
{
|
||||
if (currentResult != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user