Merge pull request #3 from jodal/patch-2

tracklist: Remove on_error_step from play() call
This commit is contained in:
9and3r
2015-03-24 11:53:13 +01:00

View File

@@ -36,8 +36,7 @@ class Tracklist(BaseScreen):
def touch_event(self, touch_event): def touch_event(self, touch_event):
pos = self.list_view.touch_event(touch_event) pos = self.list_view.touch_event(touch_event)
if pos is not None: if pos is not None:
self.manager.core.playback.play(self.tracks[pos], self.manager.core.playback.play(self.tracks[pos])
on_error_step=1)
def track_started(self, track): def track_started(self, track):
self.list_view.set_active( self.list_view.set_active(