mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-25 21:53:17 -05:00
add scan_interval to config struct
This commit is contained in:
parent
e67901f0a2
commit
b9a7c202c2
@ -37,6 +37,7 @@ typedef struct tag_config {
|
|||||||
char *configfile;
|
char *configfile;
|
||||||
char *web_root;
|
char *web_root;
|
||||||
int port;
|
int port;
|
||||||
|
int rescan_interval;
|
||||||
char *adminpassword;
|
char *adminpassword;
|
||||||
char *readpassword;
|
char *readpassword;
|
||||||
char *mp3dir;
|
char *mp3dir;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user