Configuration

-cache
-fulscreen
This commit is contained in:
9and3r
2014-07-28 00:44:03 +02:00
parent 39eaeaec25
commit a0f33e28d3
6 changed files with 117 additions and 136 deletions

View File

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