mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Mute, repeat-single, random buttons working
This commit is contained in:
@@ -72,3 +72,9 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
|
||||
self.screen_manager.tracklist_changed()
|
||||
except:
|
||||
traceback.print_exc()
|
||||
|
||||
def options_changed(self):
|
||||
try:
|
||||
self.screen_manager.options_changed()
|
||||
except:
|
||||
traceback.print_exc()
|
||||
|
||||
Reference in New Issue
Block a user