Fixed: (API) Add missing provider characteristics to bulk endpoint response
This commit is contained in:
parent
3776d999fb
commit
edaac4ce15
|
@ -110,6 +110,8 @@ namespace Sonarr.Api.V3
|
|||
|
||||
foreach (var definition in definitionsToUpdate)
|
||||
{
|
||||
_providerFactory.SetProviderCharacteristics(definition);
|
||||
|
||||
if (providerResource.Tags != null)
|
||||
{
|
||||
var newTags = providerResource.Tags;
|
||||
|
|
Loading…
Reference in New Issue