summaryrefslogtreecommitdiff
path: root/plugins/artwork/artwork.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-12 14:52:00 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-12 14:52:00 +0200
commit789171f53986c765e26e48f1c5bc95a1b4a0e878 (patch)
tree4013149191b687f666cad3f44a9fa2fa97bda1eb /plugins/artwork/artwork.h
parent27a180167057004a82f2d78ff1d66bc7cdef1423 (diff)
artwork: if album and filename are unknown -- use artist name, if known, as last resort for generating cache path
Diffstat (limited to 'plugins/artwork/artwork.h')
-rw-r--r--plugins/artwork/artwork.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/artwork/artwork.h b/plugins/artwork/artwork.h
index 850937e1..f4b278e3 100644
--- a/plugins/artwork/artwork.h
+++ b/plugins/artwork/artwork.h
@@ -46,6 +46,7 @@ typedef struct {
char* (*get_album_art_sync) (const char *fname, const char *artist, const char *album, int size);
// creates full path string for cache storage
+ // NOTE: this function is deprecated, please use make_cache_path2
void (*make_cache_path) (char *path, int size, const char *album, const char *artist, int img_size);
// creates full path string for cache storage