Remove outdated docstring comment
This commit is contained in:
parent
4352eccdb0
commit
ea4fef5b7b
@ -342,9 +342,6 @@ class PlaybackController(object):
|
||||
def on_end_of_track(self):
|
||||
"""
|
||||
Tell the playback controller that end of track is reached.
|
||||
|
||||
Typically called by :class:`mopidy.process.CoreProcess` after a message
|
||||
from a library thread is received.
|
||||
"""
|
||||
if self.state == self.STOPPED:
|
||||
return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user