mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-16 01:03:16 -05:00
[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…
x
Reference in New Issue
Block a user