libspotify: Add dummy library search
This commit is contained in:
parent
52c52da33e
commit
051b79e7cb
@ -42,7 +42,8 @@ class LibspotifyCurrentPlaylistController(BaseCurrentPlaylistController):
|
||||
|
||||
|
||||
class LibspotifyLibraryController(BaseLibraryController):
|
||||
pass
|
||||
def search(self, type, query):
|
||||
return Playlist() # TODO
|
||||
|
||||
|
||||
class LibspotifyPlaybackController(BasePlaybackController):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user