diff --git a/src/daapd.h b/src/daapd.h index a1073e84..efc6f7c2 100644 --- a/src/daapd.h +++ b/src/daapd.h @@ -38,6 +38,7 @@ typedef struct tag_config { char *web_root; int port; int rescan_interval; + int always_scan; /* 0 to minimize disk usage (embedded devices) - not in config */ int process_m3u; char *adminpassword; char *readpassword;