Documented a possible bug with mpd.
This commit is contained in:
parent
40cff0d6b1
commit
ea26373a78
@ -51,6 +51,9 @@ be found at https://www.musicpd.org/doc/protocol/command_reference.html
|
|||||||
on_upscroll=["mpd_command", "seekcur -10"],
|
on_upscroll=["mpd_command", "seekcur -10"],
|
||||||
on_downscroll=["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
|
interval = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user