diff --git a/mopidy/backends/libspotify.py b/mopidy/backends/libspotify.py index ea491441..e6c74863 100644 --- a/mopidy/backends/libspotify.py +++ b/mopidy/backends/libspotify.py @@ -42,7 +42,8 @@ class LibspotifyCurrentPlaylistController(BaseCurrentPlaylistController): class LibspotifyLibraryController(BaseLibraryController): - pass + def search(self, type, query): + return Playlist() # TODO class LibspotifyPlaybackController(BasePlaybackController):