mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Added progressbar
This commit is contained in:
@@ -31,9 +31,8 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
|
||||
|
||||
def on_start(self):
|
||||
self.running=True
|
||||
self.thread = Thread(target=self.start_thread)
|
||||
self.thread.start()
|
||||
pass
|
||||
thread = Thread(target=self.start_thread)
|
||||
thread.start()
|
||||
def on_stop(self):
|
||||
self.running = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user