Merge branch 'master' of git://github.com/jodal/mopidy
This commit is contained in:
commit
4c44176103
@ -75,12 +75,12 @@
|
|||||||
|
|
||||||
The currently loaded :class:`mopidy.models.Playlist`.
|
The currently loaded :class:`mopidy.models.Playlist`.
|
||||||
|
|
||||||
.. method:: remove(position)
|
.. method:: remove(track)
|
||||||
|
|
||||||
Remove the track at ``position`` from the current playlist.
|
Remove the track from the current playlist.
|
||||||
|
|
||||||
:param position: position of track to remove
|
:param track: track to remove
|
||||||
:type position: int
|
:type track: :class:`mopidy.models.Track`
|
||||||
|
|
||||||
.. method:: shuffle(start=None, end=None)
|
.. method:: shuffle(start=None, end=None)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user