diff options
Diffstat (limited to 'apps/onplay.c')
-rw-r--r-- | apps/onplay.c | 2 |
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) { bool result; - result = playlist_viewer_ex(selected_file); + result = playlist_viewer_ex(selected_file, NULL); if (result == PLAYLIST_VIEWER_OK && onplay_result == ONPLAY_OK) |