Added English voice work updater.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user