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, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index ae0a230919..5fd87ec1db 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -414,7 +414,7 @@ long gui_wps_show(void)
else if (global_settings.skip_length > 0
&& current_tick -last_right < HZ)
{
- prev_track(3+global_settings.skip_length*60);
+ prev_track(3+global_settings.skip_length);
update_track = true;
}
else ffwd_rew(ACTION_WPS_SEEKBACK);