mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Fix app settings delete modal not closing and reloading app profiles
This commit is contained in:
@@ -30,9 +30,10 @@ namespace Prowlarr.Api.V1.Profiles.App
|
||||
|
||||
[RestDeleteById]
|
||||
[Produces("application/json")]
|
||||
public void DeleteProfile(int id)
|
||||
public object DeleteProfile(int id)
|
||||
{
|
||||
_profileService.Delete(id);
|
||||
return new { };
|
||||
}
|
||||
|
||||
[RestPutById]
|
||||
|
||||
Reference in New Issue
Block a user