Another round of bugfixes (#3707)
This commit is contained in:
parent
cbb97208b8
commit
93dc6534fc
32 changed files with 412 additions and 335 deletions
|
@ -151,7 +151,8 @@ public class SettingsController : BaseApiController
|
|||
|
||||
try
|
||||
{
|
||||
return Ok(await _settingsService.UpdateSettings(updateSettingsDto));
|
||||
var d = await _settingsService.UpdateSettings(updateSettingsDto);
|
||||
return Ok(d);
|
||||
}
|
||||
catch (KavitaException ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue