Added English voice work updater.

This commit is contained in:
2025-10-23 10:07:50 -04:00
parent 3a115bc7b8
commit 36fcd5379a
19 changed files with 651 additions and 401 deletions

View File

@@ -129,24 +129,9 @@ public class VoiceWorkUpsertFixture : MariaDbFixture
public VoiceWorkIngest[] GetFirstRoundIngests()
{
DLSiteWork work1 = new()
{
ProductId = "001",
ProductName = "fdsfs",
MakerId = "RG00001",
Maker = "",
ImageUrl = "",
SmallImageUrl = ""
};
VoiceWorkDetails details1 = new()
{
AgeRating = AgeRating.R18,
};
VoiceWorkIngest[] ingests =
[
new(work1, details1)
new()
{
MakerId = "RG00001",
MakerName = "Good Dreams",
@@ -162,7 +147,7 @@ public class VoiceWorkUpsertFixture : MariaDbFixture
HasTrial = true,
HasDLPlay = true
},
new(work1, details1)
new()
{
MakerId = "RG00002",
MakerName = "Sweet Dreams",
@@ -178,7 +163,7 @@ public class VoiceWorkUpsertFixture : MariaDbFixture
HasTrial = true,
HasDLPlay = true
},
new(work1, details1)
new()
{
MakerId = "RG00003",
MakerName = "Nightmare Fuel",