mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Remove screen updated zones (Was not in use)
This commit is contained in:
@@ -16,7 +16,7 @@ class PlaylistScreen(BaseScreen):
|
||||
self.playlist_tracks = []
|
||||
self.playlist_tracks_strings = []
|
||||
|
||||
def update(self, screen, update_all):
|
||||
def update(self, screen):
|
||||
self.list_view.render(screen)
|
||||
|
||||
def playlists_loaded(self):
|
||||
|
||||
Reference in New Issue
Block a user