Updated various parts of scanning and ingestion, either for bug fixes, or for enhancements.
This commit is contained in:
@@ -51,6 +51,7 @@ public static class DLSiteToDomainMapper
|
||||
|
||||
return new VoiceWorkDetails
|
||||
{
|
||||
Title = productInfo.WorkName,
|
||||
Series = MapSeries(productInfo),
|
||||
Translation = MapTranslation(productInfo, optionsSet),
|
||||
WishlistCount = productInfo.WishlistCount,
|
||||
|
||||
@@ -112,6 +112,9 @@ public class ProductInfo
|
||||
[JsonPropertyName("title_name")]
|
||||
public string? TitleName { get; set; }
|
||||
|
||||
[JsonPropertyName("title_name_masked")]
|
||||
public string? TitleNameMasked { get; set; }
|
||||
|
||||
[JsonPropertyName("title_volumn")]
|
||||
public int? TitleVolumeNumber { get; set; }
|
||||
|
||||
@@ -166,6 +169,9 @@ public class ProductInfo
|
||||
[JsonPropertyName("work_name")]
|
||||
public string? WorkName { get; set; }
|
||||
|
||||
[JsonPropertyName("work_name_masked")]
|
||||
public string? WorkNameMasked { get; set; }
|
||||
|
||||
[JsonPropertyName("work_image")]
|
||||
public string? WorkImage { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user