Fixed: Linking autotags with tag specification to all tags

(cherry picked from commit a929548ae38d2c5504b961f22131897508d26470)
pull/5086/head
Bogdan 4 months ago
parent c26c0d5bd6
commit 2170ada8a2

@ -200,7 +200,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