Updated logic for getting released work information (take 60 day period max limit into consideration).

This commit is contained in:
2026-05-04 01:52:25 -04:00
parent f6674e0382
commit abcc82437f
3 changed files with 351 additions and 12 deletions

View File

@@ -4,11 +4,8 @@ namespace JSMR.Application.Scanning.Contracts;
public class DLSiteWork
{
//public DLSiteWorkType Type { get; set; }
//public DLSiteWorkCategory Category { get; set; }
public required string ProductName { get; set; }
public required string ProductId { get; set; }
//public DateOnly? AnnouncedDate { get; set; }
public DateOnly? ExpectedDate { get; set; }
public DateOnly? SalesDate { get; set; }
public int Downloads { get; set; }