mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
Fixed: Use HashSet to prevent duplicated indexer flags
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user