Better parser logging.

This commit is contained in:
kay.one 2012-01-19 22:35:10 -08:00
commit 78268f3c58
7 changed files with 21 additions and 12 deletions

View file

@ -49,7 +49,7 @@ namespace NzbDrone.Core.Providers
history.Indexer = parseResult.Indexer;
history.IsProper = parseResult.Quality.Proper;
history.Quality = parseResult.Quality.QualityType;
history.NzbTitle = parseResult.NzbTitle;
history.NzbTitle = parseResult.OriginalString;
history.EpisodeId = episode.EpisodeId;
history.SeriesId = episode.SeriesId;