Playlist first working version

This commit is contained in:
9and3r
2014-07-28 16:02:29 +02:00
parent 83767e6ef9
commit a78bab30aa
6 changed files with 126 additions and 62 deletions

View File

@@ -78,3 +78,6 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
self.screen_manager.options_changed()
except:
traceback.print_exc()
def playlists_loaded(self):
self.screen_manager.playlists_loaded()