mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Better parser logging.
This commit is contained in:
parent
1e580856ca
commit
78268f3c58
7 changed files with 21 additions and 12 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue