mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-10 23:29:53 +02:00
Add missing provider characteristics to bulk endpoint response
This commit is contained in:
parent
e641c57ad9
commit
2693ada7de
@ -110,6 +110,8 @@ public ActionResult<TProviderResource> UpdateProvider([FromBody] TBulkProviderRe
|
||||
|
||||
foreach (var definition in definitionsToUpdate)
|
||||
{
|
||||
_providerFactory.SetProviderCharacteristics(definition);
|
||||
|
||||
if (providerResource.Tags != null)
|
||||
{
|
||||
var newTags = providerResource.Tags;
|
||||
|
Loading…
Reference in New Issue
Block a user