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 be831c43c6..ceb38a4555 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -1662,7 +1662,7 @@ int playlist_next(int steps)
1662{ 1662{
1663 int index; 1663 int index;
1664 1664
1665 if (steps > 0) 1665 if (steps > 0 && global_settings.repeat_mode != REPEAT_ONE)
1666 { 1666 {
1667 int i, j; 1667 int i, j;
1668 1668