RssItemProcessingProvider will now handle full series NZBs.

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

View file

@ -92,8 +92,6 @@ namespace NzbDrone.Core.Providers
return true;
return false;
throw new NotImplementedException();
}
#endregion