mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Update only when nedeed
This commit is contained in:
@@ -45,8 +45,8 @@ class LibraryScreen():
|
||||
self.current_directory = directory
|
||||
self.lookup_uri(directory)
|
||||
|
||||
def update(self, screen):
|
||||
self.list_view.render(screen)
|
||||
def update(self, screen, update_all):
|
||||
self.list_view.render(screen)
|
||||
|
||||
def touch_event(self, touch_event):
|
||||
clicked = self.list_view.touch_event(touch_event)
|
||||
|
||||
Reference in New Issue
Block a user