mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Configuration
-cache -fulscreen
This commit is contained in:
@@ -109,7 +109,8 @@ class ScreenManager():
|
||||
logger.error("erreproduzitzen")
|
||||
elif key == "mute":
|
||||
mute = not self.core.playback.mute.get()
|
||||
self.backend.tell({'action':'mute','value':mute})
|
||||
self.core.playback.set_mute(mute)
|
||||
#self.backend.tell({'action':'mute','value':mute})
|
||||
elif key == "random":
|
||||
logger.error(self.core.tracklist.random)
|
||||
self.core.tracklist.random = not self.core.tracklist.random
|
||||
|
||||
Reference in New Issue
Block a user