Fixed: Processing very long ETA from Transmission

(cherry picked from commit 9800bd6b439257e73e3545e125cd03900a3036bb)
This commit is contained in:
cicomalieran
2023-03-07 19:46:48 -05:00
committed by Qstick
parent 64e6f98683
commit c7a4060c4c
4 changed files with 32 additions and 4 deletions
@@ -271,7 +271,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.VuzeTests
[TestCase(-1)] // Infinite/Unknown
[TestCase(-2)] // Magnet Downloading
public void should_ignore_negative_eta(int eta)
public void should_ignore_negative_eta(long eta)
{
_completed.Eta = eta;