Add sorting and filters for Seeker stats (#576)

This commit is contained in:
Flaminel
2026-04-25 11:57:38 +03:00
committed by GitHub
parent 41ca55d615
commit 02a07d4fa3
56 changed files with 4284 additions and 333 deletions

View File

@@ -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; }
}