show debug info in checkTorrents

This commit is contained in:
Timon Ringwald 2022-08-15 16:15:39 +02:00
parent bd7d811cf9
commit ac827bcfab

View File

@ -34,7 +34,7 @@ func HasEssentialProperties(torrent *model.ParsedTorrent) bool {
return false
}
if TrustedOnly && torrent.Torrent.Trusted {
if TrustedOnly && !torrent.Torrent.Trusted {
return false
}