summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 2a595f74e6..260730c4a1 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -322,7 +322,7 @@ static bool ffwd_rew(int button, bool seek_from_end)
322#endif 322#endif
323 if (button != ACTION_WPS_SEEKFWD 323 if (button != ACTION_WPS_SEEKFWD
324 && button != ACTION_WPS_SEEKBACK 324 && button != ACTION_WPS_SEEKBACK
325 && button != 0) 325 && button != 0 && !IS_SYSEVENT(button))
326 button = ACTION_WPS_STOPSEEK; 326 button = ACTION_WPS_STOPSEEK;
327 } 327 }
328 } 328 }