diff options
| -rw-r--r-- | rt.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
