s/next/previous/ in previous_track docstring
This commit is contained in:
parent
1daf830741
commit
f5763810d5
@ -377,7 +377,7 @@ class BasePlaybackController(object):
|
||||
"""
|
||||
The previous :class:`mopidy.models.Track` in the playlist.
|
||||
|
||||
For normal playback this is the next track in the playlist. If random
|
||||
For normal playback this is the previous track in the playlist. If random
|
||||
and/or consume is enabled it should return the current track instead.
|
||||
"""
|
||||
if self.repeat or self.consume or self.random:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user