summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow/pictureflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pictureflow/pictureflow.c')
-rw-r--r--apps/plugins/pictureflow/pictureflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c
index 8ad62b0238..7627ff4a53 100644
--- a/apps/plugins/pictureflow/pictureflow.c
+++ b/apps/plugins/pictureflow/pictureflow.c
@@ -948,7 +948,7 @@ bool get_albumart_for_index_from_db(const int slide_index, char *buf,
948 struct mp3entry id3; 948 struct mp3entry id3;
949 int fd; 949 int fd;
950 950
951#ifdef HAVE_TC_RAMCACHE 951#if defined(HAVE_TC_RAMCACHE) && defined(HAVE_DIRCACHE)
952 if (rb->tagcache_fill_tags(&id3, tcs.result)) 952 if (rb->tagcache_fill_tags(&id3, tcs.result))
953 { 953 {
954 rb->strlcpy(id3.path, tcs.result, sizeof(id3.path)); 954 rb->strlcpy(id3.path, tcs.result, sizeof(id3.path));