Fix the comment for settings.pulseaudio

This commit is contained in:
Přemysl Eric Janouch 2021-11-08 07:23:08 +01:00
parent 6b871898d8
commit 32203f8117
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -1338,7 +1338,7 @@ static struct config_schema g_config_settings[] =
#ifdef WITH_PULSE
{ .name = "pulseaudio",
.comment = "Visualizer feed data format",
.comment = "Look up MPD in PulseAudio for improved volume controls",
.type = CONFIG_ITEM_BOOLEAN,
.default_ = "off" },
#endif // WITH_PULSE