mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05:00
Fixed: Mass Indexer delete fails with 415
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Prowlarr.Api.V1.Indexers
|
||||
}
|
||||
|
||||
[HttpDelete]
|
||||
public object DeleteIndexers(IndexerEditorResource resource)
|
||||
public object DeleteIndexers([FromBody] IndexerEditorResource resource)
|
||||
{
|
||||
_indexerService.DeleteIndexers(resource.IndexerIds);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user