mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
New: Prefer newer Usenet releases
(cherry picked from commit 6a439f03273b376feda713ef04a6912fc3af9d0a)
This commit is contained in:
parent
477a799b8a
commit
8fd79d7291
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ namespace NzbDrone.Core.DecisionEngine
|
||||||
return 10;
|
return 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return Math.Round(Math.Log10(age)) * -1;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue