mirror of
https://github.com/zoriya/flood.git
synced 2026-06-07 20:30:42 +00:00
server: qBittorrent: show connected peers who download from us
This commit is contained in:
@@ -103,7 +103,7 @@ class QBittorrentClientGatewayService extends ClientGatewayService {
|
||||
const peer = peers[ip_and_port];
|
||||
|
||||
// Only displays connected peers
|
||||
if (!peer.flags.includes('D')) {
|
||||
if (!peer.flags.includes('D') && !peer.flags.includes('U')) {
|
||||
return accumulator;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user