Updated various parts of scanning and ingestion, either for bug fixes, or for enhancements.
This commit is contained in:
@@ -48,6 +48,9 @@ public sealed class ScanVoiceWorksHandler(
|
||||
|
||||
await searchUpdater.UpdateAsync(voiceWorkIds, cancellationToken);
|
||||
|
||||
return new();
|
||||
return new()
|
||||
{
|
||||
Results = upsertResults
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user