TRUSTED_ONLY fixed
This commit is contained in:
parent
8677a0e9c5
commit
d64d1c10d2
@ -34,7 +34,7 @@ func HasEssentialProperties(torrent *model.ParsedTorrent) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
if TrustedOnly && torrent.Torrent.Trusted {
|
||||
if TrustedOnly && !torrent.Torrent.Trusted {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user