mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added some additional logging around sizing.
This commit is contained in:
parent
733ebe3cfa
commit
5650f891ee
2 changed files with 11 additions and 1 deletions
|
@ -239,6 +239,8 @@ namespace NzbDrone.Core.Providers.Indexer
|
|||
var episodeParseResult = Parser.ParseTitle(title);
|
||||
if (episodeParseResult != null) episodeParseResult.Age = DateTime.Now.Date.Subtract(item.PublishDate.Date).Days;
|
||||
|
||||
_logger.Trace("Parsed: {0} from: {1}", episodeParseResult, item.Title.Text);
|
||||
|
||||
return CustomParser(item, episodeParseResult);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue