do not execute individual delete queries for artwork files during bulk

scan
This commit is contained in:
chme
2015-04-23 10:34:15 +02:00
parent 0e1de8e0bb
commit afcc84a790
3 changed files with 25 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ cache_daap_threshold(void);
#define CACHE_ARTWORK_INDIVIDUAL 1
int
cache_artwork_ping(char *path, time_t mtime);
cache_artwork_ping(char *path, time_t mtime, int del);
int
cache_artwork_delete_by_path(char *path);