[mpd] idle command

This commit is contained in:
chme
2015-02-21 06:04:17 +01:00
parent bb01616315
commit 600e48842f
5 changed files with 390 additions and 2 deletions

View File

@@ -58,6 +58,7 @@
#include "raop.h"
#include "laudio.h"
#include "worker.h"
#include "listener.h"
#ifdef LASTFM
# include "lastfm.h"
@@ -302,6 +303,8 @@ status_update(enum play_status status)
if (update_handler)
update_handler();
listener_notify(LISTENER_PLAYER);
if (status == PLAY_PLAYING)
dev_autoselect = 0;
}