alip / mpdcron

A ‘cron’ like program for mpd. It can execute scripts based on mpd’s idle events.
http://mpd.wikia.com/wiki/Client:MPDCRON
GNU General Public License v2.0
33 stars 8 forks source link

wrong hook #12

Closed rapthead closed 11 years ago

rapthead commented 13 years ago

on update event called options hook

--- src/cron-event.c 2010-12-22 22:29:33.000000000 +0500 +++ /home/noname/cron-event.c 2010-12-22 22:27:32.000000000 +0500 @@ -225,7 +225,7 @@ /* A database update has started or finished. * Send status command and add the variables to the environment. */

alip commented 11 years ago

fixed: 49a02b9d839ac079da5c9580fd127e5eb25ae534 thanks for reporting, sorry for the long delay.