mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-05 23:33:13 -05:00
[mpd] idle command
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user