1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -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
@@ -58,7 +58,7 @@ namespace NzbDrone.Core.Test.ProviderTests.DiskScanProviderTests
_fileSize = size;
Mocker.GetMock<IDiskProvider>()
.Setup(d => d.GetSize(It.IsAny<String>()))
.Setup(d => d.GetFileSize(It.IsAny<String>()))
.Returns(size);
}