Updated various parts of scanning and ingestion, either for bug fixes, or for enhancements.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
namespace JSMR.Application.Scanning;
|
||||
using JSMR.Application.Scanning.Ports;
|
||||
|
||||
namespace JSMR.Application.Scanning;
|
||||
|
||||
public sealed class ScanVoiceWorksResponse
|
||||
{
|
||||
public int Inserted { get; init; }
|
||||
public int Updated { get; init; }
|
||||
public VoiceWorkUpsertResult[] Results { get; init; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user