mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Fix streams
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user