mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-21 04:02:05 +02: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 @@ private int CompareAgeIfUsenet(DownloadDecision x, DownloadDecision y)
|
|||
return 10;
|
||||
}
|
||||
|
||||
return 1;
|
||||
return Math.Round(Math.Log10(age)) * -1;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue