1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

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
parent 1d007be8fd
commit e2d17ac109
10 changed files with 154 additions and 8 deletions
+1 -1
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)