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:
@@ -159,7 +159,7 @@ namespace NzbDrone.Core.DecisionEngine
|
||||
return 10;
|
||||
}
|
||||
|
||||
return 1;
|
||||
return Math.Round(Math.Log10(age)) * -1;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user