1
0
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:
Bogdan
2025-02-01 22:28:31 +02:00
committed by Mark McDowall
parent 18bbb8bbd1
commit 79474f26e9
@@ -175,7 +175,7 @@ namespace NzbDrone.Core.DecisionEngine
return 10;
}
return 1;
return Math.Round(Math.Log10(age)) * -1;
});
}