summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 1c9c12443c..3c2d26f985 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -614,6 +614,7 @@ bool audio_load_track(int offset, bool start_play, int peek_offset)
614 614
615 /* Load codec specific track tag information. */ 615 /* Load codec specific track tag information. */
616 switch (tracks[track_widx].codectype) { 616 switch (tracks[track_widx].codectype) {
617 case AFMT_MPA_L2:
617 case AFMT_MPA_L3: 618 case AFMT_MPA_L3:
618 /* Should check the return value. */ 619 /* Should check the return value. */
619 mp3info(&tracks[track_widx].id3, trackname, v1first); 620 mp3info(&tracks[track_widx].id3, trackname, v1first);