Updated scanner logic to handle thumb VueJS components. Removed uneeded DLSiteWork fields.
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
namespace JSMR.Application.Scanning.Contracts;
|
||||
|
||||
public enum DLSiteWorkType
|
||||
{
|
||||
Released,
|
||||
Announced
|
||||
}
|
||||
//public enum DLSiteWorkType
|
||||
//{
|
||||
// Released,
|
||||
// Announced
|
||||
//}
|
||||
Reference in New Issue
Block a user