mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Adding some more logging to import process
This commit is contained in:
parent
bb7bf803a6
commit
e6a4008fad
3 changed files with 7 additions and 0 deletions
|
|
@ -156,7 +156,11 @@ namespace NzbDrone.Core.Parser
|
|||
if (result != null)
|
||||
{
|
||||
result.Language = ParseLanguage(title);
|
||||
Logger.Trace("Language parsed: {0}", result.Language);
|
||||
|
||||
result.Quality = QualityParser.ParseQuality(title);
|
||||
Logger.Trace("Quality parsed: {0}", result.Quality);
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue