diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/playlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c index c43174b..a2f46cf 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -2105,7 +2105,7 @@ int playlist_next(int steps) } } } - changing_dir = true; + changing_dir = false; } return index; |