summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index ec38ad9132..a3efadd8f6 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1524,7 +1524,7 @@ static int browse_id3_wrapper(void)
1524 1524
1525 if (browse_id3(audio_current_track(), 1525 if (browse_id3(audio_current_track(),
1526 playlist_get_display_index(), 1526 playlist_get_display_index(),
1527 playlist_amount())) 1527 playlist_amount(), NULL))
1528 return GO_TO_ROOT; 1528 return GO_TO_ROOT;
1529 return GO_TO_PREVIOUS; 1529 return GO_TO_PREVIOUS;
1530} 1530}