diff options
Diffstat (limited to 'osd.lua')
| -rw-r--r-- | osd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ function mt:option_text(opt, info) str = col .. asscape(str) end - if opt.type == 'group' then + if opt.type == 'group' and opt.group_type ~= 'series' then str = col .. '[' .. str .. ']' end |
