libspotify: Add new info to search slowness comment
This commit is contained in:
parent
a2ec5ff5b4
commit
b940c4f366
@ -46,7 +46,8 @@ class LibspotifyLibraryController(BaseLibraryController):
|
||||
_search_results_received = threading.Event()
|
||||
|
||||
def search(self, type, what):
|
||||
# FIXME This is slow, like 12-14s between querying and getting results
|
||||
# FIXME When searching while playing music, this is really slow, like
|
||||
# 12-14s between querying and getting results.
|
||||
self._search_results_received.clear()
|
||||
query = u'%s:%s' % (type, what)
|
||||
def callback(results, userdata):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user