mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Initial tracklist support
This commit is contained in:
@@ -66,3 +66,6 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
|
||||
|
||||
def playback_state_changed(self,old_state, new_state):
|
||||
self.screen_manager.playback_state_changed(old_state, new_state)
|
||||
|
||||
def tracklist_changed(self):
|
||||
self.screen_manager.tracklist_changed()
|
||||
|
||||
Reference in New Issue
Block a user