mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Delete CustomFilters not handled properly
This commit is contained in:
@@ -47,9 +47,11 @@ namespace Prowlarr.Api.V1.CustomFilters
|
|||||||
}
|
}
|
||||||
|
|
||||||
[RestDeleteById]
|
[RestDeleteById]
|
||||||
public void DeleteCustomResource(int id)
|
public object DeleteCustomResource(int id)
|
||||||
{
|
{
|
||||||
_customFilterService.Delete(id);
|
_customFilterService.Delete(id);
|
||||||
|
|
||||||
|
return new { };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user