From 74617e2326ed911f66ecf40c9f34bb745c8fa009 Mon Sep 17 00:00:00 2001 From: Ander <9and3r@gmail.com> Date: Thu, 9 Apr 2015 01:25:18 +0200 Subject: [PATCH] Playlist dont load at start --- mopidy_touchscreen/screens/playlist_screen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mopidy_touchscreen/screens/playlist_screen.py b/mopidy_touchscreen/screens/playlist_screen.py index 27f4ace..33838e3 100644 --- a/mopidy_touchscreen/screens/playlist_screen.py +++ b/mopidy_touchscreen/screens/playlist_screen.py @@ -12,7 +12,6 @@ class PlaylistScreen(BaseScreen): self.fonts['base']) self.playlists_strings = [] self.playlists = [] - self.playlists_loaded() self.selected_playlist = None self.playlist_tracks = [] self.playlist_tracks_strings = []