covers are re-downloaded if remote size is different than

local size.
This commit is contained in:
kay.one 2013-05-28 21:10:23 -07:00
commit e2d17ac109
10 changed files with 154 additions and 8 deletions

View file

@ -87,7 +87,7 @@ namespace NzbDrone.Core.MetadataSource
var extension = Path.GetExtension(posterUrl);
var withoutExtension = posterUrl.Substring(0, posterUrl.Length - extension.Length);
return withoutExtension + "-138" + extension;
return withoutExtension + "-300" + extension;
}
private static SeriesStatusType GetSeriesStatus(string status)