mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Added additional logging to episode searching.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user