mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-14 01:35:20 -04:00
Add sorting and filters for Seeker stats (#576)
This commit is contained in:
@@ -344,6 +344,11 @@ public sealed class CustomFormatScoreSyncer : IHandler
|
||||
CutoffScore = cutoffScore,
|
||||
RecordedAt = now,
|
||||
});
|
||||
|
||||
if (cfScore > existing.CurrentScore)
|
||||
{
|
||||
existing.LastUpgradedAt = now;
|
||||
}
|
||||
}
|
||||
|
||||
existing.CurrentScore = cfScore;
|
||||
|
||||
Reference in New Issue
Block a user