Mute, repeat-single, random buttons working

This commit is contained in:
9and3r
2014-07-28 01:35:50 +02:00
parent a0f33e28d3
commit 9600693b42
4 changed files with 103 additions and 46 deletions

View File

@@ -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()