mpd: don't change default error handling

This commit is contained in:
enkore 2015-09-23 12:51:11 +02:00
parent e1944a1cd9
commit c70808ca1f

View File

@ -54,7 +54,7 @@ class MPD(IntervalModule):
max_field_len = 25
max_len = 100
truncate_fields = ("title", "album", "artist")
hide_inactive = True
hide_inactive = False
on_leftclick = "switch_playpause"
on_rightclick = "next_song"
on_upscroll = on_rightclick