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

New: Prefer newer Usenet releases

(cherry picked from commit 6a439f03273b376feda713ef04a6912fc3af9d0a)
This commit is contained in:
Bogdan
2025-02-01 22:28:31 +02:00
parent 6236bc9b4f
commit 405ae77070

View File

@@ -159,7 +159,7 @@ namespace NzbDrone.Core.DecisionEngine
return 10;
}
return 1;
return Math.Round(Math.Log10(age)) * -1;
});
}