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 7cc52fca46..f2dbf8b3bf 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -591,7 +591,7 @@ static bool view_playlist(void)
591{ 591{
592 bool result; 592 bool result;
593 593
594 result = playlist_viewer_ex(selected_file); 594 result = playlist_viewer_ex(selected_file, NULL);
595 595
596 if (result == PLAYLIST_VIEWER_OK && 596 if (result == PLAYLIST_VIEWER_OK &&
597 onplay_result == ONPLAY_OK) 597 onplay_result == ONPLAY_OK)