From 4d739944c682d575f3bd8d30c6fa2be11d00eeb9 Mon Sep 17 00:00:00 2001 From: Ander <9and3r@gmail.com> Date: Sun, 17 May 2015 11:58:06 +0200 Subject: [PATCH] Load playlist at start --- mopidy_touchscreen/screens/playlist_screen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mopidy_touchscreen/screens/playlist_screen.py b/mopidy_touchscreen/screens/playlist_screen.py index 33838e3..1068d51 100644 --- a/mopidy_touchscreen/screens/playlist_screen.py +++ b/mopidy_touchscreen/screens/playlist_screen.py @@ -15,6 +15,7 @@ class PlaylistScreen(BaseScreen): self.selected_playlist = None self.playlist_tracks = [] self.playlist_tracks_strings = [] + self.playlists_loaded() def update(self, screen): self.list_view.render(screen)