Use SetProviderCharacteristics in bulk endpoint

This commit is contained in:
Bogdan 2023-07-08 00:00:08 +03:00
parent 304a07e23f
commit 23a13b5c23
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ namespace Radarr.Api.V3
foreach (var definition in definitionsToUpdate)
{
_providerFactory.SetProviderCharacteristics(definition);
if (providerResource.Tags != null)
{
var newTags = providerResource.Tags;