From f5763810d59b4a5fd53348923dd3f2fff020f860 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 15 Apr 2010 00:30:46 +0200 Subject: [PATCH] s/next/previous/ in previous_track docstring --- mopidy/backends/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/backends/__init__.py b/mopidy/backends/__init__.py index 2ceffc37..44d82545 100644 --- a/mopidy/backends/__init__.py +++ b/mopidy/backends/__init__.py @@ -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: