mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-04 14:37:20 -05:00
Fix error in filescanner when renaming files. Allow scanner to add
fifos (named pipes) for later Shairport integration.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#define F_SCAN_TYPE_COMPILATION (1 << 3)
|
||||
#define F_SCAN_TYPE_URL (1 << 4)
|
||||
#define F_SCAN_TYPE_SPOTIFY (1 << 5)
|
||||
#define F_SCAN_TYPE_PIPE (1 << 6)
|
||||
|
||||
int
|
||||
filescanner_init(void);
|
||||
|
||||
Reference in New Issue
Block a user