mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Update only when nedeed
This commit is contained in:
@@ -16,8 +16,8 @@ class PlaylistScreen():
|
||||
def get_dirty_area(self):
|
||||
return self.list_view.get_dirty_area()
|
||||
|
||||
def update(self, screen):
|
||||
self.list_view.render(screen)
|
||||
def update(self, screen, update_all):
|
||||
self.list_view.render(screen)
|
||||
|
||||
def playlists_loaded(self):
|
||||
self.playlists_strings = []
|
||||
|
||||
Reference in New Issue
Block a user