diff options
| -rw-r--r-- | src/Plugins/Monitors/MPD.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 () | 
