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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index 32cc6035e0..b7a042733e 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -461,11 +461,11 @@ static void display_playlist(void)
461 int offset=0; 461 int offset=0;
462 if ( viewer.line_height > 8 ) 462 if ( viewer.line_height > 8 )
463 offset = (viewer.line_height - 8) / 2; 463 offset = (viewer.line_height - 8) / 2;
464 lcd_mono_bitmap(bitmap_icons_6x8[File], 464 lcd_mono_bitmap(bitmap_icons_6x8[Icon_Audio],
465 CURSOR_X * 6 + CURSOR_WIDTH, 465 CURSOR_X * 6 + CURSOR_WIDTH,
466 MARGIN_Y+(i*viewer.line_height) + offset, 6, 8); 466 MARGIN_Y+(i*viewer.line_height) + offset, 6, 8);
467#else 467#else
468 lcd_putc(LINE_X-1, i, File); 468 lcd_putc(LINE_X-1, i, Icon_Audio);
469#endif 469#endif
470 } 470 }
471 else if (tracks[INDEX(i)].index == viewer.move_track) 471 else if (tracks[INDEX(i)].index == viewer.move_track)