Fixed: Linking autotags with tag specification to all tags

pull/7211/head
Bogdan 6 months ago committed by Mark McDowall
parent 55363f4e3d
commit a929548ae3

@ -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