mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Fixed tracks with no info (name, album, artist)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user