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 4b6171746c..05046f6e00 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1569,7 +1569,7 @@ static int browse_id3_wrapper(void)
1569 1569
1570 if (browse_id3(audio_current_track(), 1570 if (browse_id3(audio_current_track(),
1571 playlist_get_display_index(), 1571 playlist_get_display_index(),
1572 playlist_amount(), NULL, false)) 1572 playlist_amount(), NULL, 1))
1573 return GO_TO_ROOT; 1573 return GO_TO_ROOT;
1574 return GO_TO_PREVIOUS; 1574 return GO_TO_PREVIOUS;
1575} 1575}