mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Adding some more logging to import process
This commit is contained in:
@@ -52,6 +52,7 @@ namespace NzbDrone.Core.Parser
|
||||
|
||||
if (!episodes.Any())
|
||||
{
|
||||
_logger.Trace("No matching episodes found for: {0}", parsedEpisodeInfo);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user