mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-29 05:19:05 -05:00
Add support for smart playlist manipulation by date added to database. Updated mt-daapd.playlist to match
This commit is contained in:
@@ -584,6 +584,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
case 'p':
|
||||
parseonly=1;
|
||||
foreground=1;
|
||||
break;
|
||||
|
||||
case 'r':
|
||||
@@ -607,7 +608,7 @@ int main(int argc, char *argv[]) {
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
if(config.logfile) {
|
||||
if((config.logfile) && (!parseonly)) {
|
||||
log_setdest(config.logfile,LOGDEST_LOGFILE);
|
||||
} else {
|
||||
if(!foreground) {
|
||||
|
||||
Reference in New Issue
Block a user