diff options
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r-- | apps/playlist_viewer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index e3a3b1bea7..28b919b008 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -634,7 +634,7 @@ static enum pv_onplay_result onplay_menu(int index) { case 0: /* playlist */ - onplay_show_playlist_menu(current_track->name, NULL); + onplay_show_playlist_menu(current_track->name, FILE_ATTR_AUDIO, NULL); ret = PV_ONPLAY_UNCHANGED; break; case 1: |