diff options
-rw-r--r-- | player/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c index da2e7de125..6daa0555c7 100644 --- a/player/command.c +++ b/player/command.c @@ -3067,7 +3067,7 @@ static const struct property_osd_display { { "clock", "Clock" }, // audio { "volume", "Volume", - .msg = "Volume: ${volume}% ${?mute==yes:(Muted)}", + .msg = "Volume: ${?volume:${volume}% ${?mute==yes:(Muted)}}${!volume:${volume}}", .osd_progbar = OSD_VOLUME }, { "mute", "Mute" }, { "audio-delay", "A-V delay" }, |