mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Code cleanup
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import pykka
|
||||
import logging
|
||||
import pykka
|
||||
|
||||
|
||||
from mopidy import backend
|
||||
|
||||
@@ -19,4 +20,4 @@ class TouchScreenBackend(pykka.ThreadingActor, backend.Backend):
|
||||
elif action == "mute":
|
||||
self.audio.set_mute(message['value'])
|
||||
elif action == "random":
|
||||
self.audio.set_random(message['value'])
|
||||
self.audio.set_random(message['value'])
|
||||
|
||||
Reference in New Issue
Block a user