summaryrefslogtreecommitdiff
path: root/plugins/artwork/artwork.h
diff options
context:
space:
mode:
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