summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 50382a58ad..0b41f88cdc 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -135,6 +135,8 @@ static void change_dir(int direction)
135 audio_prev_dir(); 135 audio_prev_dir();
136 else if (direction > 0) 136 else if (direction > 0)
137 audio_next_dir(); 137 audio_next_dir();
138 /* prevent the next dir to immediatly start being ffw'd */
139 action_wait_for_release();
138} 140}
139 141
140static void prev_track(unsigned long skip_thresh) 142static void prev_track(unsigned long skip_thresh)