summaryrefslogtreecommitdiff
path: root/apps/gui/quickscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/quickscreen.c')
-rw-r--r--apps/gui/quickscreen.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/gui/quickscreen.c b/apps/gui/quickscreen.c
index 6e50d61511..df295a8a95 100644
--- a/apps/gui/quickscreen.c
+++ b/apps/gui/quickscreen.c
@@ -419,9 +419,7 @@ bool quick_screen_quick(int button_enter)
419 if (oldshuffle != global_settings.playlist_shuffle 419 if (oldshuffle != global_settings.playlist_shuffle
420 && audio_status() & AUDIO_STATUS_PLAY) 420 && audio_status() & AUDIO_STATUS_PLAY)
421 { 421 {
422#if CONFIG_CODEC == SWCODEC 422 replaygain_update();
423 dsp_set_replaygain();
424#endif
425 if (global_settings.playlist_shuffle) 423 if (global_settings.playlist_shuffle)
426 playlist_randomise(NULL, current_tick, true); 424 playlist_randomise(NULL, current_tick, true);
427 else 425 else