Fixed tracks with no info (name, album, artist)

This commit is contained in:
9and3r
2014-07-31 21:55:25 +02:00
parent 91d1e94a5e
commit 33199f85ca
7 changed files with 132 additions and 71 deletions

View File

@@ -57,7 +57,7 @@ class ListView():
self.screen_objects.render(surface)
def touch_event(self, touch_event):
if touch_event.type == TouchManager.click:
if touch_event.type == TouchManager.click or touch_event.type == TouchManager.long_click:
objects = self.screen_objects.get_touch_objects_in_pos(touch_event.current_pos)
if objects is not None:
for key in objects: