mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
parent
8744fd3fa1
commit
be7bd4ea22
1 changed files with 3 additions and 3 deletions
|
@ -208,8 +208,8 @@ namespace Jackett.Common.Indexers
|
|||
mainTitle = SeriesName;
|
||||
|
||||
synonyms.Add(mainTitle);
|
||||
if (AddSynonyms){
|
||||
foreach (string synonym in group["Synonymns"])
|
||||
{
|
||||
synonyms.Add(synonym);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue