diff options
Diffstat (limited to 'apps/plugins/pictureflow')
| -rw-r--r-- | apps/plugins/pictureflow/pictureflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c index 2baea2a..218f0a9 100644 --- a/apps/plugins/pictureflow/pictureflow.c +++ b/apps/plugins/pictureflow/pictureflow.c @@ -892,7 +892,7 @@ bool get_albumart_for_index_from_db(const int slide_index, char *buf, rb->get_metadata(&id3, fd, tcs.result); rb->close(fd); } - if ( search_albumart_files(&id3, "", buf, buflen) ) + if ( search_albumart_files(&id3, ":", buf, buflen) ) result = true; else result = false; |