mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
Manual join of Series for EpisodesBetweenDates
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user