summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index cb9ed3e162..b36f68f135 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -570,7 +570,7 @@ struct mp3entry* audio_current_track(void)
570 if (!filename) 570 if (!filename)
571 filename = "No file!"; 571 filename = "No file!";
572 572
573#ifdef HAVE_TC_RAMCACHE 573#if defined(HAVE_TC_RAMCACHE) && defined(HAVE_DIRCACHE)
574 if (tagcache_fill_tags(&temp_id3, filename)) 574 if (tagcache_fill_tags(&temp_id3, filename))
575 return &temp_id3; 575 return &temp_id3;
576#endif 576#endif