summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/gwps-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index 9cfff4cba8..f480f616a2 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -1227,7 +1227,7 @@ static const char *get_token_value(struct gui_wps *gwps,
1227 { 1227 {
1228 int val; 1228 int val;
1229 1229
1230 if (global_settings.replaygain == 0) 1230 if (global_settings.replaygain_type == REPLAYGAIN_OFF)
1231 val = 1; /* off */ 1231 val = 1; /* off */
1232 else 1232 else
1233 { 1233 {