Add DAAP cache backend

This commit is contained in:
ejurgensen
2014-08-20 00:21:48 +02:00
parent a594455e09
commit f3a19fce8e
9 changed files with 731 additions and 2 deletions

View File

@@ -40,6 +40,7 @@
#include "conffile.h"
#include "logger.h"
#include "daap_cache.h"
#include "misc.h"
#include "db.h"
@@ -2500,6 +2501,8 @@ db_file_update(struct media_file_info *mfi)
sqlite3_free(query);
daapcache_trigger();
return 0;
#undef Q_TMPL