core.playback: Formatting
This commit is contained in:
parent
ce55e0eca5
commit
e5e1b5fa63
@ -254,8 +254,8 @@ class PlaybackController(object):
|
||||
"""
|
||||
self._trigger_track_playback_ended()
|
||||
tl_track = self.current_tl_track
|
||||
self.change_track(self.core.tracklist.previous_track(tl_track),
|
||||
on_error_step=-1)
|
||||
self.change_track(
|
||||
self.core.tracklist.previous_track(tl_track), on_error_step=-1)
|
||||
|
||||
def resume(self):
|
||||
"""If paused, resume playing the current track."""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user