1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

fixed Episode.ToString() bug

This commit is contained in:
kay.one
2011-04-22 13:59:43 -07:00
parent af1511e1f3
commit 680ea45839
3 changed files with 2 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ namespace NzbDrone.Core.Providers.Indexer
{
if (_historyProvider.Exists(episode.EpisodeId, parseResult.Quality, parseResult.Proper))
{
_logger.Debug("Episode in history: {0}", episode.ToString());
_logger.Debug("Episode in history: {0}", feedItem.Title.Text);
}
else
{