diff --git a/i3pystatus/mpd.py b/i3pystatus/mpd.py index 219b145..2ade8a5 100644 --- a/i3pystatus/mpd.py +++ b/i3pystatus/mpd.py @@ -136,7 +136,7 @@ cleartext to the server.)"), if playback_state == "stop": currentsong = {} else: - currentsong = self._mpd_command(self.s, "currentsong") + currentsong = self._mpd_command(self.s, "currentsong") or {} except Exception: if self.hide_inactive: self.output = {