Fixed: Linking autotags with tag specification to all tags

pull/10409/head
Bogdan 2 months ago
parent 08c250dfe3
commit f3ce0ac620

@ -198,7 +198,7 @@ namespace NzbDrone.Core.Tags
{
foreach (var specification in autoTag.Specifications)
{
if (specification is TagSpecification)
if (specification is TagSpecification tagSpecification && tagSpecification.Value == tag.Id)
{
autoTagIds.Add(autoTag.Id);
}

Loading…
Cancel
Save