summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r--apps/playlist_viewer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index 87bbaa4b11..8670f0ad46 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -467,7 +467,9 @@ static int onplay_menu(int index)
467 if (current_track->display_index!=viewer.num_tracks || 467 if (current_track->display_index!=viewer.num_tracks ||
468 global_settings.repeat_mode == REPEAT_ALL) 468 global_settings.repeat_mode == REPEAT_ALL)
469 { 469 {
470#if CONFIG_CODEC != SWCODEC
470 talk_buffer_steal(); /* will use the mp3 buffer */ 471 talk_buffer_steal(); /* will use the mp3 buffer */
472#endif
471 audio_play(0); 473 audio_play(0);
472 viewer.current_playing_track = -1; 474 viewer.current_playing_track = -1;
473 } 475 }