1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Use SetProviderCharacteristics in bulk endpoint

This commit is contained in:
Bogdan 2023-07-08 00:00:08 +03:00
parent 304a07e23f
commit 23a13b5c23

View File

@ -109,6 +109,8 @@ public ActionResult<TProviderResource> UpdateProvider([FromBody] TBulkProviderRe
foreach (var definition in definitionsToUpdate) foreach (var definition in definitionsToUpdate)
{ {
_providerFactory.SetProviderCharacteristics(definition);
if (providerResource.Tags != null) if (providerResource.Tags != null)
{ {
var newTags = providerResource.Tags; var newTags = providerResource.Tags;