core.playback: Formatting

This commit is contained in:
Stein Magnus Jodal 2013-10-19 13:35:15 +02:00
parent ce55e0eca5
commit e5e1b5fa63

View File

@ -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."""