summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rt.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/rt.lua b/rt.lua
index 67d18a5..b763f81 100644
--- a/rt.lua
+++ b/rt.lua
@@ -407,7 +407,9 @@ local menu_option_mt = {
if v.type == 'group' and not v.hide_count then
local c = ctx.catalogue:group_count(v)
local ret = c and tostring(c) or ''
- rawset(t, 'info', ret)
+ if not v.count_f then
+ rawset(t, 'info', ret)
+ end
return ret
elseif v.epg_channel_id then
if t._info_exp and