* Added $if_mpd_playing patch (thanks tarpman)
[monky] / src / mpd.h
index 2ff1b84..b06871f 100644 (file)
--- a/src/mpd.h
+++ b/src/mpd.h
@@ -14,6 +14,7 @@ struct mpd_s {
        char *track;
        char *name;
        char *file;
+       int is_playing;
        int volume;
        unsigned int port;
        char host[128];