aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-09-22 02:13:26 -0700
committerEric Wong <normalperson@yhbt.net>2008-09-22 02:13:26 -0700
commit51405e174f4ea1ee58610012837241c928335057 (patch)
treece8397587182e7c427e23b34e2016832ef11c1a0 /src/main.c
parent77f98f37245f7d8ea2b0182b326420b6d6455cad (diff)
parent88424d256390e9c8aad24ed185381dc1297f51d5 (diff)
downloadmpd-51405e174f4ea1ee58610012837241c928335057.tar.gz
mpd-51405e174f4ea1ee58610012837241c928335057.tar.xz
mpd-51405e174f4ea1ee58610012837241c928335057.zip
Merge branch 'ew/directory'
* ew/directory: songvec: remove songvec_prune directory: update do its work inside a thread directory: use enum update_return for return values
Diffstat (limited to '')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index dcfb7f64d..8028505ab 100644
--- a/src/main.c
+++ b/src/main.c
@@ -439,7 +439,7 @@ int main(int argc, char *argv[])
COMMAND_RETURN_KILL != handlePendingSignals()) {
syncPlayerAndPlaylist();
client_manager_expire();
- readDirectoryDBIfUpdateIsFinished();
+ reap_update_task();
}
write_state_file();