summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index c43174b0b6..a2f46cf99f 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -2105,7 +2105,7 @@ int playlist_next(int steps)
2105 } 2105 }
2106 } 2106 }
2107 } 2107 }
2108 changing_dir = true; 2108 changing_dir = false;
2109 } 2109 }
2110 2110
2111 return index; 2111 return index;