mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Use SetProviderCharacteristics in bulk endpoint
This commit is contained in:
parent
304a07e23f
commit
23a13b5c23
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user