Add missing return
This commit is contained in:
parent
d2aa7c9d21
commit
53f2e89f8f
@ -54,7 +54,7 @@ class DespotifyCurrentPlaylistController(BaseCurrentPlaylistController):
|
||||
|
||||
class DespotifyLibraryController(BaseLibraryController):
|
||||
def find_exact(self, **query):
|
||||
self.search(**query)
|
||||
return self.search(**query)
|
||||
|
||||
def lookup(self, uri):
|
||||
track = self.backend.spotify.lookup(uri.encode(ENCODING))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user