Manual join of Series for EpisodesBetweenDates

This commit is contained in:
Mark McDowall
2013-04-16 23:55:39 -07:00
parent df38aa2307
commit a4d69cc5ce
9 changed files with 33 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ namespace NzbDrone.Core.MediaCover
}
catch (Exception e)
{
_logger.ErrorException("Couldn't download media cover for " + series.TvDbId, e);
_logger.ErrorException("Couldn't download media cover for " + series.TvdbId, e);
}
}