Mic92 / python-mpd2

Python library which provides a client interface for the Music Player Daemon.
GNU Lesser General Public License v3.0
352 stars 119 forks source link

documentation: Document how to use a range with delete command #151

Closed nfraprado closed 3 years ago

nfraprado commented 3 years ago

There's no documentation on how to pass a range to the delete command. From testing, it appears to be through a tuple. Add it.

Mic92 commented 3 years ago

Thanks!