summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 4d86f0c55d..80811c2d81 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -2133,8 +2133,10 @@ struct mp3entry* audio_current_track(void)
2133 if (!filename) 2133 if (!filename)
2134 filename = "No file!"; 2134 filename = "No file!";
2135 2135
2136#ifdef HAVE_TC_RAMCACHE
2136 if (tagcache_fill_tags(&temp_id3, filename)) 2137 if (tagcache_fill_tags(&temp_id3, filename))
2137 return &temp_id3; 2138 return &temp_id3;
2139#endif
2138 2140
2139 p = strrchr(filename, '/'); 2141 p = strrchr(filename, '/');
2140 if (!p) 2142 if (!p)