This commit is contained in:
kepler155c@gmail.com
2019-02-28 10:44:00 -05:00
parent d5d05b9690
commit 389038dc77
3 changed files with 35 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ local function createPage(node)
if n.adapter.size and n.adapter.list then
pcall(function()
local updated = n.adapter.__lastUpdate ~= n.adapter.lastUpdate
if n.adapter.__lastUpdate ~= n.adapter.lastUpdate then
if updated then
n.adapter.__used = Util.size(n.adapter.list())
n.adapter.__lastUpdate = n.adapter.lastUpdate
end