From c6071cc0da601851381a7fd2954923556dcbc802 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 26 Sep 2015 15:14:39 -0400 Subject: mpd: update on option changes as well Now that flags are watched as well, updates should be triggered on option changes. --- src/Plugins/Monitors/MPD.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/Monitors/MPD.hs b/src/Plugins/Monitors/MPD.hs index b54962e..0efceb1 100644 --- a/src/Plugins/Monitors/MPD.hs +++ b/src/Plugins/Monitors/MPD.hs @@ -63,7 +63,7 @@ runMPD args = do mpdWait :: IO () mpdWait = do - status <- M.withMPD $ M.idle [M.PlayerS, M.MixerS] + status <- M.withMPD $ M.idle [M.PlayerS, M.MixerS, M.OptionsS] case status of Left _ -> threadDelay 10000000 _ -> return () -- cgit v1.2.3