* Force a rescan if a media_dir has been removed from the configuration.

This commit is contained in:
Justin Maggard
2012-11-16 08:06:24 +00:00
parent 1320eb4ea6
commit 2521b3f238
5 changed files with 49 additions and 48 deletions

View File

@ -66,7 +66,7 @@
#define CLIENT_CACHE_SLOTS 20
#define USE_FORK 1
#define DB_VERSION 8
#define DB_VERSION 9
#ifdef ENABLE_NLS
#define _(string) gettext(string)