Updated scanner logic to handle thumb VueJS components. Removed uneeded DLSiteWork fields.
All checks were successful
ci / build-test (push) Successful in 2m21s
ci / publish-image (push) Has been skipped

This commit is contained in:
2026-02-28 22:20:24 -05:00
parent ca7ffa1730
commit 704a6fc433
9 changed files with 316 additions and 40 deletions

View File

@@ -4,7 +4,7 @@ namespace JSMR.Application.Scanning.Contracts;
public class DLSiteWork
{
public DLSiteWorkType Type { get; set; }
//public DLSiteWorkType Type { get; set; }
public DLSiteWorkCategory Category { get; set; }
public required string ProductName { get; set; }
public required string ProductId { get; set; }

View File

@@ -1,7 +1,7 @@
namespace JSMR.Application.Scanning.Contracts;
public enum DLSiteWorkType
{
Released,
Announced
}
//public enum DLSiteWorkType
//{
// Released,
// Announced
//}