Added tidal as a service

This commit is contained in:
2019-06-12 17:44:45 -05:00
parent efeb0fbec6
commit d0491d8dd0
7 changed files with 98 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ class Controller(object):
# Event functions. These functions will call other functions in a thread and are bound to widget events.
def on_search(self, *args, **kwargs):
utils.call_threaded(self.search)
wx.CallAfter(self.search)
def on_activated(self, *args, **kwargs):
self.on_play()