Skip background scan if a foreground scan just happened

This commit is contained in:
Ron Pedde 2006-08-04 01:50:30 +00:00
parent 9436ce5aae
commit 5acac92603
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ int main(int argc, char *argv[]) {
DPRINTF(E_LOG,L_MAIN,"Serving %d songs. Startup complete in %d seconds\n",
song_count,end_time-start_time);
if(conf_get_int("general","rescan_interval",0))
if(conf_get_int("general","rescan_interval",0) && (!reload))
config.reload = 1; /* force a reload on start */
while(!config.stop) {