Documented a possible bug with mpd.

This commit is contained in:
ncoop 2016-12-28 01:36:48 -08:00
parent 40cff0d6b1
commit ea26373a78

View File

@ -51,6 +51,9 @@ be found at https://www.musicpd.org/doc/protocol/command_reference.html
on_upscroll=["mpd_command", "seekcur -10"],
on_downscroll=["mpd_command", "seekcur +10"])
Note that ``next_song`` and ``previous_song``, and their ``mpd_command`` \
equivalents, are ignored while mpd is stopped.
"""
interval = 1