* If a new file is noticed by inotify, check if it is cover art for existing files, and update them if so.

This commit is contained in:
Justin Maggard
2009-07-08 19:20:32 +00:00
parent 038356bf78
commit b1f4c35017
5 changed files with 95 additions and 4 deletions

View File

@ -15,7 +15,7 @@
#include <sqlite3.h>
#define MINIDLNA_VERSION "1.0.14"
#define MINIDLNA_VERSION "1.0.15"
#define CLIENT_CACHE_SLOTS 20
#define USE_FORK 1