mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-19 03:55:52 -04:00
Add sorting and filters for Seeker stats (#576)
This commit is contained in:
@@ -74,4 +74,10 @@ public sealed record CustomFormatScoreEntry
|
||||
/// When this entry was last synced from the arr API
|
||||
/// </summary>
|
||||
public DateTime LastSyncedAt { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// When this item last saw a score upgrade (current score strictly exceeded the prior recorded score).
|
||||
/// Null when the item has no recorded upgrades.
|
||||
/// </summary>
|
||||
public DateTime? LastUpgradedAt { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user