RssItemProcessingProvider will now handle full series NZBs.

This commit is contained in:
Mark McDowall
2011-03-26 12:16:53 -07:00
parent fd06987331
commit 1076b3ab58
8 changed files with 214 additions and 43 deletions

View File

@@ -11,7 +11,7 @@ namespace NzbDrone.Core.Providers
{
//This interface will contain methods to process individual RSS Feed Items (Queue if wanted)
bool DownloadIfWanted(NzbInfoModel nzb, Indexer indexer);
void DownloadIfWanted(NzbInfoModel nzb, Indexer indexer);
string GetTitleFix(List<EpisodeParseResult> episodes, int seriesId);
}
}