mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 23:23:21 +00:00
Fixed: Linking autotags with tag specification to all tags
This commit is contained in:
parent
08c250dfe3
commit
f3ce0ac620
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ private List<int> GetAutoTagIds(Tag tag, List<AutoTag> autoTags)
|
|||
{
|
||||
foreach (var specification in autoTag.Specifications)
|
||||
{
|
||||
if (specification is TagSpecification)
|
||||
if (specification is TagSpecification tagSpecification && tagSpecification.Value == tag.Id)
|
||||
{
|
||||
autoTagIds.Add(autoTag.Id);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue