summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index c7841c66b3..cdd68c9e94 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -703,7 +703,7 @@ bool quick_screen_quick(int button_enter)
703 && audio_status() & AUDIO_STATUS_PLAY) 703 && audio_status() & AUDIO_STATUS_PLAY)
704 { 704 {
705#if CONFIG_CODEC == SWCODEC 705#if CONFIG_CODEC == SWCODEC
706 dsp_set_replaygain(true); 706 dsp_set_replaygain();
707#endif 707#endif
708 if (global_settings.playlist_shuffle) 708 if (global_settings.playlist_shuffle)
709 playlist_randomise(NULL, current_tick, true); 709 playlist_randomise(NULL, current_tick, true);