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
35 stars 8 forks source link

Disable authorizer after command (fixes #6) #18

Closed hfs closed 11 years ago

hfs commented 11 years ago

After processing a command on the server the authorizer has to be disabled again by setting it to NULL. Otherwise other database operations like saving song statistics might be denied.

This should fix issue #6.