mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
New: Prefer newer Usenet releases
This commit is contained in:
@@ -175,7 +175,7 @@ namespace NzbDrone.Core.DecisionEngine
|
||||
return 10;
|
||||
}
|
||||
|
||||
return 1;
|
||||
return Math.Round(Math.Log10(age)) * -1;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user