1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: Show grabbed/blocklisted releases in Interactive Search

Closes #3955
This commit is contained in:
Mark McDowall
2025-11-16 16:36:42 -08:00
parent e4298d0135
commit 4c556eacc1
13 changed files with 270 additions and 71 deletions
@@ -0,0 +1,7 @@
namespace Sonarr.Api.V5.Release;
public class ReleaseHistoryResource
{
public DateTime? Grabbed { get; set; }
public DateTime? Failed { get; set; }
}