diff --git a/srb2query.php b/srb2query.php
index aa991e326f7bee50c83cf859dd768e41e8fb9731..94cdaeb3c36e7a739bfa851fb5a0f6ac36047c54 100644
--- a/srb2query.php
+++ b/srb2query.php
@@ -438,7 +438,7 @@ class SRB2Query
 
 			copy_bool($pk['toobig'],  !( $pk['status'] & self::NETFIL_WILLSEND ));
 			copy_bool($pk['download'],
-				( $pk['toobig'] || ( $pk['status'] & self::NETFIL_WONTSEND ) ));
+				!( $pk['toobig'] || ( $pk['status'] & self::NETFIL_WONTSEND ) ));
 
 			unset($pk['status']);