Fixed: Use HashSet to prevent duplicated indexer flags

This commit is contained in:
Bogdan
2023-01-06 05:53:18 +02:00
committed by Qstick
parent 6d87bd9f8c
commit 71dd8b6d04
5 changed files with 8 additions and 9 deletions
@@ -72,7 +72,7 @@ namespace NzbDrone.Core.Indexers.PassThePopcorn
var id = torrent.Id;
var title = torrent.ReleaseName;
var flags = new List<IndexerFlag>();
var flags = new HashSet<IndexerFlag>();
if (torrent.GoldenPopcorn)
{