mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
New: Prefer newer Usenet releases
(cherry picked from commit 6a439f03273b376feda713ef04a6912fc3af9d0a)
This commit is contained in:
parent
6236bc9b4f
commit
405ae77070
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ namespace NzbDrone.Core.DecisionEngine
|
|||
return 10;
|
||||
}
|
||||
|
||||
return 1;
|
||||
return Math.Round(Math.Log10(age)) * -1;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue