mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04:00
Fixed: Linking autotags with tag specification to all tags
This commit is contained in:
@@ -198,7 +198,7 @@ namespace NzbDrone.Core.Tags
|
|||||||
{
|
{
|
||||||
foreach (var specification in autoTag.Specifications)
|
foreach (var specification in autoTag.Specifications)
|
||||||
{
|
{
|
||||||
if (specification is TagSpecification)
|
if (specification is TagSpecification tagSpecification && tagSpecification.Value == tag.Id)
|
||||||
{
|
{
|
||||||
autoTagIds.Add(autoTag.Id);
|
autoTagIds.Add(autoTag.Id);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user