Animation 2

This commit is contained in:
9and3r
2015-07-14 12:53:31 +02:00
parent 194d6fa071
commit e388907cd0
6 changed files with 28 additions and 25 deletions

View File

@@ -28,7 +28,7 @@ class PlaylistScreen(BaseScreen):
def update(self, screen, update_type):
update_all = (update_type == BaseScreen.update_all)
self.list.render(screen, update_all)
self.list_view.render(screen, update_all)
def playlists_loaded(self):
self.selected_playlist = None