1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 05:35:29 +00:00

Add missing provider characteristics to bulk endpoint response

This commit is contained in:
Bogdan 2023-07-11 10:22:29 +03:00 committed by Mark McDowall
parent e641c57ad9
commit 2693ada7de

View file

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