summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 0d583a7a6e..0e56a2c177 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -245,7 +245,7 @@ char* peek_next_track(int steps)
245 245
246 case 2: 246 case 2:
247 /* playlist mode */ 247 /* playlist mode */
248 return playlist_next(steps); 248 return playlist_next(steps, currdir);
249 } 249 }
250 250
251 return NULL; 251 return NULL;