diff --git a/torrent_filter.go b/torrent_filter.go index bc17f9e..4e97b66 100644 --- a/torrent_filter.go +++ b/torrent_filter.go @@ -34,7 +34,7 @@ func HasEssentialProperties(torrent *model.ParsedTorrent) bool { return false } - if TrustedOnly && torrent.Torrent.Trusted { + if TrustedOnly && !torrent.Torrent.Trusted { return false }