override for lazy background scanning

This commit is contained in:
Ron Pedde 2004-10-25 04:52:52 +00:00
parent 93255e0305
commit 4703588fe6

View File

@ -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;