Fixed voice work updater bug. Added integration tests for voice work search updates (Japanese).
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using JSMR.Application.Enums;
|
||||
|
||||
namespace JSMR.Application.Scanning.Ports;
|
||||
|
||||
public interface IVoiceWorkUpdaterRepository
|
||||
{
|
||||
public IVoiceWorkUpdater? GetUpdater(Locale locale);
|
||||
}
|
||||
Reference in New Issue
Block a user