diff --git a/src/main.c b/src/main.c index 62693f4f..985dceb4 100644 --- a/src/main.c +++ b/src/main.c @@ -408,7 +408,7 @@ int main(int argc, char *argv[]) { if(scan_init(mp3_dir_array)) { DPRINTF(E_LOG,L_MAIN|L_SCAN,"Error scanning MP3 files: %s\n",strerror(errno)); } - if(!confog.stop) { /* don't send popup when shutting down on scan */ + if(!config.stop) { /* don't send popup when shutting down on scan */ plugin_event_dispatch(PLUGIN_EVENT_FULLSCAN_END,0,NULL,0); } }