Episode is now marked as grabbed on download

This commit is contained in:
kay.one 2011-07-03 16:04:57 -07:00
commit c37544d4ce
8 changed files with 43 additions and 5 deletions

View file

@ -51,6 +51,7 @@ namespace NzbDrone.Core.Providers
history.SeriesId = episode.SeriesId;
_historyProvider.Add(history);
_episodeProvider.MarkEpisodeAsFetched(episode.EpisodeId);
}
}