libspotify: Add new info to search slowness comment

This commit is contained in:
Stein Magnus Jodal 2010-02-15 23:11:44 +01:00
parent a2ec5ff5b4
commit b940c4f366

View File

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