Merge with Kayone.

This commit is contained in:
Mark McDowall 2011-06-21 19:41:06 -07:00
commit a31858bb4c
31 changed files with 1870 additions and 416 deletions

View file

@ -39,7 +39,7 @@ namespace NzbDrone.Core.Providers
if (addSuccess)
{
foreach (var episode in parseResult.Episodes)
foreach (var episode in _episodeProvider.GetEpisodesByParseResult(parseResult))
{
var history = new History();
history.Date = DateTime.Now;