mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Bulk Enable/Disable
This commit is contained in:
@@ -134,5 +134,10 @@ namespace Prowlarr.Api.V1.Indexers
|
||||
|
||||
return field;
|
||||
}
|
||||
|
||||
public List<IndexerResource> ToResource(IEnumerable<IndexerDefinition> models)
|
||||
{
|
||||
return models.Select(ToResource).ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user