mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Added additional logging to episode searching.
This commit is contained in:
parent
d5e62bc70b
commit
c0542449a4
4 changed files with 18 additions and 0 deletions
|
@ -42,6 +42,8 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
if (addSuccess)
|
||||
{
|
||||
Logger.Trace("Download added to Queue: {0}", sabTitle);
|
||||
|
||||
foreach (var episode in _episodeProvider.GetEpisodesByParseResult(parseResult))
|
||||
{
|
||||
var history = new History();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue