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:
@@ -0,0 +1,7 @@
|
||||
namespace Sonarr.Api.V5.Release;
|
||||
|
||||
public class ReleaseHistoryResource
|
||||
{
|
||||
public DateTime? Grabbed { get; set; }
|
||||
public DateTime? Failed { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user