summaryrefslogtreecommitdiff
path: root/osd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'osd.lua')
-rw-r--r--osd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/osd.lua b/osd.lua
index cf1b1d8..9aaa622 100644
--- a/osd.lua
+++ b/osd.lua
@@ -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