Added logging.
This commit is contained in:
@@ -16,8 +16,8 @@ public class VoiceWorkSearchCriteria
|
||||
public int[] CreatorIds { get; init; } = [];
|
||||
public bool IncludeAllCreators { get; init; }
|
||||
public Locale Locale { get; init; } = Locale.Japanese;
|
||||
public DateTime? ReleaseDateStart { get; init; }
|
||||
public DateTime? ReleaseDateEnd { get; init; }
|
||||
public DateOnly? ReleaseDateStart { get; init; }
|
||||
public DateOnly? ReleaseDateEnd { get; init; }
|
||||
public AgeRating[] AgeRatings { get; init; } = [];
|
||||
public Language[] SupportedLanguages { get; init; } = [];
|
||||
public AIGeneration[] AIGenerationOptions { get; init; } = [];
|
||||
|
||||
Reference in New Issue
Block a user