[filescanner] Add missing break statement in process_file
This commit is contained in:
parent
bf55e0f205
commit
b6807a24aa
|
@ -547,6 +547,7 @@ process_file(char *file, struct stat *sb, int type, int flags, int dir_id)
|
|||
DPRINTF(E_LOG, L_SCAN, "Bulk scan will ignore '%s' (to process, add it after startup)\n", file);
|
||||
else
|
||||
kickoff(remote_pairing_kickoff, file, 1);
|
||||
break;
|
||||
|
||||
case FILE_CTRL_RAOP_VERIFICATION:
|
||||
if (flags & F_SCAN_BULK)
|
||||
|
|
Loading…
Reference in New Issue