diff options
Diffstat (limited to 'mpd_ws.h')
| -rw-r--r-- | mpd_ws.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ struct mpd_ws_server { struct mpd_connection *mpd_conn; struct client_session *clients; char current_song[MAX_MESSAGE_SIZE]; + char previous_song[MAX_MESSAGE_SIZE]; volatile int running; int mpd_idle_active; }; |
