Fix streams

This commit is contained in:
9and3r
2015-07-11 00:21:06 +02:00
parent 643f1c4e8c
commit ca7f01091a
4 changed files with 70 additions and 45 deletions

View File

@@ -132,3 +132,6 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
def playlists_loaded(self):
self.screen_manager.playlists_loaded()
def stream_title_changed(self, title):
self.screen_manager.stream_title_changed(title)