plugins/mod_admin_shell.lua
changeset 12060 e62025f949f9
parent 12027 5a3781a12285
child 12126 50795249b7be
--- a/plugins/mod_admin_shell.lua	Tue Dec 14 19:58:53 2021 +0100
+++ b/plugins/mod_admin_shell.lua	Tue Dec 14 20:00:45 2021 +0100
@@ -815,7 +815,7 @@
 		width = 8;
 		align = "right";
 		mapper = function (queue)
-			return queue and tostring(#queue);
+			return queue and tostring(queue:count_unacked());
 		end
 	};
 	csi = {