mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-27 18:12:34 -04:00
Another round of bugfixes (#3707)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user