mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 04:26:14 -05:00
Fix tab expansion
This commit is contained in:
@@ -485,7 +485,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
DPRINTF(E_LOG,L_MAIN,"Serving %d songs. Startup complete in %d seconds\n",
|
||||
song_count,end_time-start_time);
|
||||
song_count,end_time-start_time);
|
||||
|
||||
if(conf_get_int("general","rescan_interval",0))
|
||||
config.reload = 1; /* force a reload on start */
|
||||
|
||||
Reference in New Issue
Block a user