aboutsummaryrefslogtreecommitdiff
path: root/src/sig_handlers.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-05 01:14:37 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-05 01:14:37 +0000
commitc2c34f78dd2b63d27bcbd6f21503bf052cad0655 (patch)
tree498fb23a9af130a832daa23af7c1b072568647f7 /src/sig_handlers.c
parent744c0fa256bc2b172991cc0298fb3ea350722be8 (diff)
new command, plchanges, and also add Num: to songinfo of playlistinfo
git-svn-id: https://svn.musicpd.org/mpd/trunk@1339 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/sig_handlers.c')
-rw-r--r--src/sig_handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sig_handlers.c b/src/sig_handlers.c
index 33d3065e..84243bf4 100644
--- a/src/sig_handlers.c
+++ b/src/sig_handlers.c
@@ -44,7 +44,7 @@ int handlePendingSignals() {
signal_clear(SIGHUP);
if(!isUpdatingDB()) {
readDirectoryDB();
- incrPlaylistVersion();
+ playlistVersionChange();
}
if(myfprintfCloseAndOpenLogFile()<0) return COMMAND_RETURN_KILL;
playerCycleLogFiles();