mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Fixed: All preferred words being added to filename
This commit is contained in:
@@ -16,7 +16,12 @@ namespace NzbDrone.Core.Profiles.Releases.TermMatchers
|
||||
|
||||
public string MatchingTerm(string value)
|
||||
{
|
||||
return _term;
|
||||
if (value.ToLowerInvariant().Contains(_term))
|
||||
{
|
||||
return _term;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user