Fix lqm ip lookup (#1096)

This commit is contained in:
Tim Wilkinson 2024-02-09 20:55:18 -08:00 committed by GitHub
parent 139c5f66e5
commit 425253a428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ do
local lqmstatus = nil
for _, track in pairs(trackers)
do
if track.ip == ipmain then
if track.ip == ip then
if track.hidden or track.blocked then
break
end