mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Dedupe titles to avoid similar release names for AB
This commit is contained in:
@@ -339,7 +339,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
mainTitle = seriesName;
|
||||
}
|
||||
|
||||
var synonyms = new HashSet<string>
|
||||
var synonyms = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
mainTitle
|
||||
};
|
||||
|
Reference in New Issue
Block a user