Added additional voice work update logic.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace JSMR.Application.Scanning.Contracts;
|
||||
using JSMR.Application.Common;
|
||||
|
||||
namespace JSMR.Application.Scanning.Contracts;
|
||||
|
||||
public class DLSiteWork
|
||||
{
|
||||
@@ -19,6 +21,7 @@ public class DLSiteWork
|
||||
public bool HasTrial { get; set;}
|
||||
public ICollection<string> Tags { get; set; } = [];
|
||||
public ICollection<string> Creators { get; set; } = [];
|
||||
public string? ImageUrl { get; set; }
|
||||
public string? SmallImageUrl { get; set; }
|
||||
public required string ImageUrl { get; set; }
|
||||
public required string SmallImageUrl { get; set; }
|
||||
public AgeRating AgeRating { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user