diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-16 00:41:56 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-16 00:41:56 +0000 |
commit | 2e420db19cab6bf7849db02bf6b99e6bc58c40df (patch) | |
tree | c76662b3c423b16e6b63aec1079c2b414a752dc0 /TODO | |
parent | 5ea8e2d65b18f764ca460ac25f1213d2498ed2f8 (diff) | |
download | mpd-2e420db19cab6bf7849db02bf6b99e6bc58c40df.tar.gz mpd-2e420db19cab6bf7849db02bf6b99e6bc58c40df.tar.xz mpd-2e420db19cab6bf7849db02bf6b99e6bc58c40df.zip |
remove directory mtime from db!
also, only reReadDB and write DB on update if something was actually updated
git-svn-id: https://svn.musicpd.org/mpd/trunk@780 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,8 +1,4 @@ 1) non-blocking (for other clients) update - n) mpd command for rereading db - o) rewrite update functions to indicate if something was updated, then - when update process returns, indicate wheater db was updated - and should be reread by parent process p) set error: in status when an error occurs during update 2) cleanup main() |