mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix synthesizers typo.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Marechai.Services
|
||||
Select(e => e.Extension.Extension).ToList()
|
||||
}).ToListAsync();
|
||||
|
||||
model.SoundSynthetizers =
|
||||
model.SoundSynthesizers =
|
||||
await _context.SoundByMachine.Where(s => s.MachineId == machine.Id).Select(s => s.SoundSynth).
|
||||
Select(s => new SoundSynthViewModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user